Skip to content

Commit

Permalink
add content security policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Herobread committed Oct 16, 2024
1 parent 726d3a4 commit 9c7a484
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
"resources": ["icon-128.png", "icon-32.png"],
"matches": []
}
]
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"content_scripts": "script-src 'self'; object-src 'self';"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-studres",
"version": "2.9.2.1",
"version": "2.9.2.2",
"description": "Improves appearance of the St Andrews student resources platform, featuring a completely redesigned UI and UX.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 9c7a484

Please sign in to comment.