mattermost/e2e-tests/cypress/tests/extensions/Ignore-X-Frame-headers/manifest.json
2023-03-28 18:10:00 +02:00

17 lines
No EOL
430 B
JSON

{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Ignore X-Frame headers",
"description": "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.",
"version": "1.1",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>"
]
}