We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c67527 commit 4286619Copy full SHA for 4286619
4 files changed
demo/sqlpage/sqlpage.json
@@ -1,3 +1,4 @@
1
{
2
- "database_url": "sqlite://./sqlpage/sqlpage.db?mode=rwc"
+ "database_url": "sqlite://./sqlpage/sqlpage.db?mode=rwc",
3
+ "content_security_policy": "script-src 'self' 'nonce-{NONCE}' 'unsafe-eval'"
4
}
0 commit comments