Browser blocks loading of VoidAuth behind Cloudflare DNS #352
Labels
No labels
bug
chore
documentation
enhancement
help
in-progress
question
ready-for-release
released
translation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/gate#352
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?
Describe the bug:
VoidAuth page remains blank when behind Cloudflare with either the Rocket Loader or Real User Measurements features enabled.
To Reproduce:
Expected behavior:
I am aware of the need for strict Content Security Policies, and I would understand that this is intended behavior, however I would love to have the opportunity to whitelist domains/scripts.
Database Driver:
This is observed with both PG and SQLite
Screenshots:
Yes this is the entire content displayed on the page

Developer tools

Additional context:
Feel free to close this issue if you believe this could be a security concern.
A workaround to people that are running into this is to disable RUM and Rocket Loader in
Domain > Rules > Overviewfor the specific subdomain.The error you were seeing makes sense, to avoid it there would need to be a configuration for additional allowed content sources. This is currently not planned but might be possible to implement.
Potential blockers include the default CSP for Angular which might have to be modified.