fix(extension): expand frame bypass coverage
This commit is contained in:
@@ -70,5 +70,14 @@
|
||||
{ "header": "Content-Security-Policy", "operation": "remove" }
|
||||
]},
|
||||
"condition": { "urlFilter": "https://gemini.google.com/*", "resourceTypes": ["sub_frame"] }
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"priority": 1,
|
||||
"action": { "type": "modifyHeaders", "responseHeaders": [
|
||||
{ "header": "X-Frame-Options", "operation": "remove" },
|
||||
{ "header": "Content-Security-Policy", "operation": "remove" }
|
||||
]},
|
||||
"condition": { "urlFilter": "https://chat.openai.com/*", "resourceTypes": ["sub_frame"] }
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user