打包好的livecode,版本v-46
This commit is contained in:
12
docs/features/security.html.md
Normal file
12
docs/features/security.html.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Security
|
||||
|
||||
import MailLink from '../../src/components/MailLink.tsx';
|
||||
|
||||
User privacy and security are taken seriously.
|
||||
|
||||
- All user code, [result page](./result.html.md) and compilers run in [sandboxed iframes](https://www.html5rocks.com/en/tutorials/security/sandboxed-iframes/) with a unique origin.
|
||||
|
||||
- [Embedded playgrounds](./embeds.html.md) do not have access to the parent page, or to sensitive data like user cookies and localstorage of the embedding page origin.
|
||||
|
||||
If you find any security vulnerability, please report it in the [contact page](../contact.html.md) or by email to <MailLink email="security@livecodes.io" text="security@livecodes.io" />
|
||||
For other non-security-related bugs, please report them in the [repo issues](https://github.com/live-codes/livecodes/issues).
|
||||
Reference in New Issue
Block a user