edit firefox request config
This commit is contained in:
parent
b5609707de
commit
131fb90783
1 changed files with 5 additions and 1 deletions
|
|
@ -79,7 +79,11 @@ in
|
||||||
"network.cookie.cookieBehavior" = 0; # 0 = Accept all cookies
|
"network.cookie.cookieBehavior" = 0; # 0 = Accept all cookies
|
||||||
"privacy.firstparty.isolate" = false;
|
"privacy.firstparty.isolate" = false;
|
||||||
"privacy.resistFingerprinting" = false;
|
"privacy.resistFingerprinting" = false;
|
||||||
|
|
||||||
|
# Permissions - Reject location and notification requests
|
||||||
|
"permissions.default.geo" = 2; # 2 = Block location requests
|
||||||
|
"permissions.default.desktop-notification" = 2; # 2 = Block notification requests
|
||||||
|
|
||||||
# Performance
|
# Performance
|
||||||
"gfx.webrender.all" = true;
|
"gfx.webrender.all" = true;
|
||||||
"media.ffmpeg.vaapi.enabled" = true;
|
"media.ffmpeg.vaapi.enabled" = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue