refactor(cli.rs): change template config CSP to null, closes #3427 (#3429)

This commit is contained in:
Lucas Fernandes Nogueira
2022-02-13 02:01:48 -03:00
committed by GitHub
parent bdd41e2413
commit 102a5e9bb8
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"cli.rs": patch
---
Change the `init` template configuration to disable CSP for better usability for new users.

View File

@@ -62,7 +62,7 @@
}
],
"security": {
"csp": "default-src 'self'"
"csp": null
}
}
}