Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clients(extension): remove content security policy #10380

Merged
merged 1 commit into from Feb 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions clients/extension/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Lighthouse",
"version": "100.0.0.1",
"version": "100.0.0.2",
"minimum_chrome_version": "72",
"manifest_version": 2,
"description": "Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps.",
Expand All @@ -18,6 +18,5 @@
},
"default_title": "Lighthouse",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'"
}
}