Higher fingerprinting resistance.

This commit is contained in:
CronyAkatsuki 2023-11-06 13:52:56 +01:00
parent a02d217a5d
commit 40c825776d

View File

@ -34,7 +34,19 @@ c.url.searchengines = {
"y": "https://www.youtube.com/results?search_query={}",
}
##-- Fingerprinting settings --##
c.content.headers.user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.3"
c.content.headers.accept_language = "en-US,en;q=0.5"
c.content.headers.custom = {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
}
c.content.canvas_reading = False
c.content.webgl = False
c.content.webrtc_ip_handling_policy = "default-public-interface-only"
c.content.geolocation = False
c.content.blocking.method = "both"
c.content.javascript.enabled = False
c.content.notifications.enabled = False
c.content.cookies.accept = "never"
c.content.private_browsing = False
# enable dark mode
c.content.webpage.darkmode.enable = True