@@ -1,15 +1,14 @@
[
{
"id": 1,
- "condition": {
- },
+ "condition": {},
"action": {
"type": "modifyHeaders",
"responseHeaders": [
"header": "X-Frame-Options",
"operation": "remove"
+ },
"header": "Frame-Options",
@@ -18,6 +17,13 @@
"header": "content-security-policy",
}
+ ],
+ "requestHeader": [
+ {
+ "header": "sec-fetch-dest",
+ "operation": "set",
+ "value": "document"
+ }
]
@@ -406,6 +406,7 @@ const clickFull = () => {
justify-content: center;
iframe {
+ background: #fff;
width: 100%;
height: 100%;