Tweak
This commit is contained in:
parent
ac2280977d
commit
aa55b64586
2 changed files with 1 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ const cspDirectives = {
|
|||
'manifest-src': ["'self'"],
|
||||
'media-src': ["'self'", 'data:'],
|
||||
'object-src': ["'none'"],
|
||||
'style-src': ["'self'", "'unsafe-inline'"],
|
||||
'style-src': ["'self'"],
|
||||
// 'style-src': ["'self'", "'unsafe-inline'", 'https://hcaptcha.com', 'https://*.hcaptcha.com'],
|
||||
'default-src': [
|
||||
'self',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<!-- <link rel="icon" href="%sveltekit.assets%/favicon.png" /> -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue