mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 09:03:15 -05:00
[GH-ISSUE #3706] CSP errors in Firefox #18420
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @otbutz on GitHub (Jul 18, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3706
Subject of the issue
Firefox logs the following errors to its developer console:
This does not happen in Chrome.
Deployment environment
Your environment (Generated via diagnostics page)
Steps to reproduce
Open the login page with Firefox and check the console output.
Expected behaviour
No errors should be logged.
Troubleshooting data
content-security-policyheader as logged by Firefox:@stefan0xC commented on GitHub (Jul 18, 2023):
Sounds like there are scripts added to your site which Firefox correctly blocks. What extensions/hosting provider are you using?
@otbutz commented on GitHub (Jul 18, 2023):
Thanks for the tip! Disabling all extensions got rid of the errors. I traced it back to the User-Agent Switcher extension.
Sorry for the noise.