mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
chore: 📦 Use NPM version of @lysand-org/client
This commit is contained in:
parent
0bd3237965
commit
e7768e3a3f
3 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ export default defineNuxtConfig({
|
|||
"img-src": ["'self'", "data:", "https:", "blob:"],
|
||||
"script-src": ["'nonce-{{nonce}}'", "'strict-dynamic'"],
|
||||
// Add https because of some browsers blocking form-action to 'self' if the page is from a redirect
|
||||
"form-action": ["'self'", "https:"],
|
||||
"form-action": ["'self'", "https:", "tuba:"],
|
||||
"media-src": ["'self'", "https:", "blob:"],
|
||||
},
|
||||
crossOriginResourcePolicy: "cross-origin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue