*Update content_security_policy

This commit is contained in:
Derrick Hammer 2022-08-13 04:20:00 -04:00
parent 15ba32af86
commit eb238a8bb8
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -26,5 +26,6 @@
"all_frames": true
}
],
"web_accessible_resources": ["icon@2x.png", "auth.html"]
"web_accessible_resources": ["icon@2x.png", "auth.html"],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}