mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #3706] CSP errors in Firefox #1648
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1648
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.