blob: 0ad64c1a5cdb3fc2f237441c5bb5d730fc737086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<title>Iframe content to load a nested sandboxed iframe with all mandatory allow-* flags</title>
<body>
<iframe
src="sandbox-mandatory-flags-iframe.sub.html?key={{GET[key]}}&value={{GET[value]}}"
sandbox="allow-same-origin
allow-forms
allow-scripts
allow-popups
allow-popups-to-escape-sandbox
allow-top-navigation-by-user-activation">
</iframe>
</body>
|