You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a single bug. Do not report multiple bugs in one issue.
It's a frontend issue, not a backend issue; Otherwise please create an issue on the backend repo instead.
Summary
Issue #1641 introduced some unsafe content security policies. It appears unsafe-eval has been removed, but unsafe-inline still exists. (Although, unsafe-eval hasn't been specifically blocked...) As reported in issue #83, this breaks recommendations by Mozilla Observatory.
Requirements
Summary
Issue #1641 introduced some unsafe content security policies. It appears
unsafe-eval
has been removed, butunsafe-inline
still exists. (Although,unsafe-eval
hasn't been specifically blocked...) As reported in issue #83, this breaks recommendations by Mozilla Observatory.There are a ton of other bad practices that need to be fixed with the CSP. Fixing these gives us a layer of protection from future XSS attacks.
Steps to Reproduce
Technical Details
Any
Lemmy Instance Version
0.18.1
Lemmy Instance URL
https://observatory.mozilla.org/analyze/lemmy.world
The text was updated successfully, but these errors were encountered: