edit firefox request config
This commit is contained in:
parent
b5609707de
commit
131fb90783
1 changed files with 5 additions and 1 deletions
|
|
@ -80,6 +80,10 @@ in
|
|||
"privacy.firstparty.isolate" = 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
|
||||
"gfx.webrender.all" = true;
|
||||
"media.ffmpeg.vaapi.enabled" = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue