Prefer reduced motions
Would be cool to be able to disable gifs but hey
This commit is contained in:
parent
68298bf3f1
commit
0170055efb
|
@ -54,6 +54,9 @@ c.url.searchengines = {
|
|||
# Only allow first party cookies
|
||||
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.
|
||||
# Type: List of FuzzyUrl, or FuzzyUrl
|
||||
c.url.start_pages = "https://geoffrey.frogeye.fr/blank.html"
|
||||
|
|
Loading…
Reference in a new issue