-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
dashing-peacock upgrade: dark is all dark #202
Comments
This is only partially visible when not logged-in: https://social.gerwitz.com/ |
The solution is to override the Content-policy header in your nginx/apache configuration, to allow style-src :) |
or, if you're lazy or don't want to bother with it, you can roll back the security policy update and everything will work. https://akkoma.dev/AkkomaGang/akkoma/commit/336d06b2a8ca75362578b1d67ea1f32a45c8edd3 |
If you choose the solution to edit your reverse proxy Content-Policy header, i'm interested in your solution, so I can add it to the Readme on here :) |
I still haven't found the time to set up the content-policy, so I'm still using the solution I wrote before this.) |
I've never done this kind of stuff with nginx but so far my solution is to 1) hide the Content-Security-Policy header, 2) set it again with the copy pasted original header with a change in the
The change by itself is |
Shouldn't akkoma permit mangane to work out ocf the box? Perhaps good to check with the main devs there @Cl0v1s |
Since they unilateraly changed this security setting, and do not seem to have any interest in supporting a frontend beside their own, I think we could just instead clearly explain how to override CSP in Mangane's documentation. I'll try to propose something based on @AdrianPaulCarrieres's answer :) |
Is there any link where akkoma devs stste such thing? I think since they now work on feature that allows frontend switch, they are more open to others
6 May 2023 18:37:32 Clovis ***@***.***>:
…
Since they unilateraly changed this security setting, and do not seem to have any interest in supporting a frontend beside their own, I think we could just instead clearly explain how to override CSP in Mangane's documentation.
I'll try to propose something based on @AdrianPaulCarrieres[https://github.com/AdrianPaulCarrieres]'s answer :)
—
Reply to this email directly, view it on GitHub[#202 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ACAWQPX6IABGMIEWM5R3CSTXEZ44TANCNFSM6AAAAAAXA3PGSY].
You are receiving this because you commented.[Tracking image][https://github.com/notifications/beacon/ACAWQPVA3GMZFS4OWGDBYPTXEZ44TA5CNFSM6AAAAAAXA3PGS2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS3T54YA.gif]
|
I read that on some comments to a open issue in the Akkoma repo, but you're right, maybe their position changed since then ! |
Readme updated |
Hi @Cl0v1s there is a typo on the Readme : you wrote |
Thanks, I fixed that ! |
I used your method, the only difference is that I'm using Caddy instead of Nginx. My Caddyfile rule:
|
Doing a normal upgrade on my Akkoma instance to dashing-peacock (from wrestling-red-panda) resulted in dark mode rendering dark text on a dark background on most content, except the posts feed of an individual profile.
The text was updated successfully, but these errors were encountered: