Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanjenu authored Aug 25, 2022
1 parent 039d838 commit d051b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": ["background.js", "runtime.js"],
"persistent": true
},
"content_security_policy": "script-src 'self'; object-src 'self' https://fonts.gstatic.com",
"content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://fonts.gstatic.com",
"permissions": [
"https://leetcode.com/*",
"unlimitedStorage",
Expand Down

0 comments on commit d051b24

Please sign in to comment.