Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notice in "Not working?" panel about restrictive csp in sveltekit blocking the extension from working #76

Closed
cmcculloh-kr opened this issue Jun 23, 2022 · 0 comments · Fixed by #137

Comments

@cmcculloh-kr
Copy link

If you completely lock down your app and add:

		csp: {
			directives: {
				'script-src': ['self']
			}
		},

to your kit config, it will block the extension from working.

Adding a bullet point asking if they are using an overly restrictive csp in svelte-kit would point this out to them.

https://kit.svelte.dev/docs/configuration#csp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant