chore: 📦 Use NPM version of @lysand-org/client

This commit is contained in:
Jesse Wierzbinski 2024-06-07 15:30:23 -10:00
parent 0bd3237965
commit e7768e3a3f
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -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",