Spaces:
Sleeping
Sleeping
Andrew
commited on
Commit
·
4d5e4f9
1
Parent(s):
fcda972
Update to use csrf.trustedOrigins
Browse files- svelte.config.js +1 -1
svelte.config.js
CHANGED
|
@@ -33,7 +33,7 @@ const config = {
|
|
| 33 |
},
|
| 34 |
csrf: {
|
| 35 |
// handled in hooks.server.ts, because we can have multiple valid origins
|
| 36 |
-
|
| 37 |
},
|
| 38 |
csp: {
|
| 39 |
directives: {
|
|
|
|
| 33 |
},
|
| 34 |
csrf: {
|
| 35 |
// handled in hooks.server.ts, because we can have multiple valid origins
|
| 36 |
+
trustedOrigins: ["*"],
|
| 37 |
},
|
| 38 |
csp: {
|
| 39 |
directives: {
|