1. Filesystem & FileWriter API

    Method of reading and writing files to a sandboxed file system.

  2. sandbox attribute for iframes

    Method of running external site pages with reduced privileges (e.g. no JavaScript) in iframes.

  3. File System Access API

    API for manipulating files in the device's local file system (not in a sandbox).

  4. htmliframeelement api: sandbox

  5. html element: iframe: sandbox

  6. html element: iframe: sandbox: `sandbox="allow-downloads"`

  7. html element: iframe: sandbox: `sandbox="allow-downloads-without-user-activation"`

  8. html element: iframe: sandbox: `sandbox="allow-forms"`

  9. html element: iframe: sandbox: `sandbox="allow-modals"`

  10. html element: iframe: sandbox: `sandbox="allow-orientation-lock"`

  11. html element: iframe: sandbox: `sandbox="allow-pointer-lock"`

  12. html element: iframe: sandbox: `sandbox="allow-popups"`

  13. html element: iframe: sandbox: `sandbox="allow-popups-to-escape-sandbox"`

  14. html element: iframe: sandbox: `sandbox="allow-presentation"`

  15. html element: iframe: sandbox: `sandbox="allow-same-origin"`

  16. html element: iframe: sandbox: `sandbox="allow-scripts"`

  17. html element: iframe: sandbox: `sandbox="allow-storage-access-by-user-activation"`

  18. html element: iframe: sandbox: `sandbox="allow-top-navigation"`

  19. html element: iframe: sandbox: `sandbox="allow-top-navigation-by-user-activation"`

  20. html element: iframe: sandbox: `sandbox="allow-top-navigation-to-custom-protocols"`

  21. headers http header: content-security-policy: sandbox