Prefer reduced motions

Would be cool to be able to disable gifs but hey
This commit is contained in:
Geoffrey Frogeye 2021-07-04 09:53:24 +02:00
parent 68298bf3f1
commit 0170055efb
Signed by: geoffrey
GPG Key ID: C72403E7F82E6AD8
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ c.url.searchengines = {
# Only allow first party cookies # Only allow first party cookies
config.set("content.cookies.accept", "no-3rdparty", "chrome://*/*") config.set("content.cookies.accept", "no-3rdparty", "chrome://*/*")
# Request websites to reduce non-essential motion/animations
config.set("content.prefers_reduced_motion", True)
# Page(s) to open at the start. # Page(s) to open at the start.
# Type: List of FuzzyUrl, or FuzzyUrl # Type: List of FuzzyUrl, or FuzzyUrl
c.url.start_pages = "https://geoffrey.frogeye.fr/blank.html" c.url.start_pages = "https://geoffrey.frogeye.fr/blank.html"