|
|
|
|
|
by atom3
1799 days ago
|
|
I've not try that but wouldn't the html meta tag work as well? Something like <head>
<meta http-equiv="Cross-Origin-Embedder-Policy" content="require-corp" />
<meta http-equiv="Cross-Origin-Opener-Policy" content="same-origin" />
...
</head>
|
|