mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
New note: CSS Naked day
This commit is contained in:
parent
1edaaf58bb
commit
adc498e83b
1 changed files with 10 additions and 0 deletions
10
content/notes/partial-credit-for-css-naked-day.md
Normal file
10
content/notes/partial-credit-for-css-naked-day.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: "Partial credit for CSS Naked Day"
|
||||||
|
date: 2024-04-09T00:00:01-04:00
|
||||||
|
---
|
||||||
|
|
||||||
|
For [CSS Naked Day](https://css-naked-day.github.io/), I decided to do something a little different. I didn't want to actually disable my stylesheet: very long lines of small text aren't terribly accessible, and fingerprinting-averse readers of my Onion site may not wish to zoom in (I know for a fact that these people exist; I've spoken to them, and I don't like reducing my readers to numbers in an analytics dashboard).
|
||||||
|
|
||||||
|
Instead, I made CSS Naked Day participation opt-in with a new a query parameter to the URLs: Just add `?sandbox=broken` to the end of any URL on `seirdy.one`. This query parameter sets a maximally-restrictive Content-Security-Policy header, instructing your browser to block CSS, images, media, and more from loading. The only thing that the CSP will allow is submitting forms (Webmentions). See [my CSP Bug Reproduction page]({{<relref "/meta/csp-bug-reproduction/">}}) for other values you can give the `sandbox` parameter on `seirdy.one` and its Onion location.
|
||||||
|
|
||||||
|
This does not apply to mirrors of my site, such as the `envs.net` mirror.
|
Loading…
Reference in a new issue