Filesystem & FileWriter API
Method of reading and writing files to a sandboxed file system.
sandbox attribute for iframes
Method of running external site pages with reduced privileges (e.g. no JavaScript) in iframes.
File System Access API
API for manipulating files in the device's local file system (not in a sandbox).
htmlfencedframeelement api: sandbox
htmliframeelement api: sandbox
html element: iframe: sandbox
html element: iframe: sandbox: `sandbox="allow-downloads"`
html element: iframe: sandbox: `sandbox="allow-forms"`
html element: iframe: sandbox: `sandbox="allow-modals"`
html element: iframe: sandbox: `sandbox="allow-orientation-lock"`
html element: iframe: sandbox: `sandbox="allow-pointer-lock"`
html element: iframe: sandbox: `sandbox="allow-popups"`
html element: iframe: sandbox: `sandbox="allow-popups-to-escape-sandbox"`
html element: iframe: sandbox: `sandbox="allow-presentation"`
html element: iframe: sandbox: `sandbox="allow-same-origin"`
html element: iframe: sandbox: `sandbox="allow-scripts"`
html element: iframe: sandbox: `sandbox="allow-storage-access-by-user-activation"`
html element: iframe: sandbox: `sandbox="allow-top-navigation"`
html element: iframe: sandbox: `sandbox="allow-top-navigation-by-user-activation"`
html element: iframe: sandbox: `sandbox="allow-top-navigation-to-custom-protocols"`
headers http header: content-security-policy: sandbox
21 results found.