зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
231 B
HTML
12 строки
231 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<script>
|
||
|
function start() {
|
||
|
const iframe = document.createElement('iframe')
|
||
|
iframe.policy.allowedFeatures()
|
||
|
}
|
||
|
window.addEventListener('load', start)
|
||
|
</script>
|
||
|
</head>
|
||
|
</html>
|