Skip to content

Commit

Permalink
v1.5 update screenshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
intika authored Nov 24, 2018
1 parent 9f64cf8 commit 45f402e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions mozilla.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

//
// Version : 1.4
// Version : 1.5
//
// Privafox-Firefox : Tunning firefox settings (js/cfg/user/about:config) for a better security, privacy and performances
//
Expand Down Expand Up @@ -667,7 +667,6 @@ lockPref("extensions.formautofill.addresses.enabled", false);
lockPref("extensions.formautofill.available", "off");
lockPref("extensions.formautofill.creditCards.enabled", false);
lockPref("extensions.formautofill.heuristics.enabled", false);
lockPref("extensions.screenshots.disabled", true);
lockPref("extensions.screenshots.upload-disabled", true);
lockPref("media.autoplay.enabled", false);
Expand All @@ -676,7 +675,7 @@ lockPref("media.autoplay.enabled", false);
// Bench Diff : +0/5000
// Set to enforce, choice was left to the user in previous version
user_pref("privacy.donottrackheader.enabled", true);
lockPref("privacy.donottrackheader.enabled", true);
// Pref : Referer: ALL: control the amount of information to send
// 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port ***/
Expand Down Expand Up @@ -1112,7 +1111,7 @@ lockPref("browser.newtab.preload", false);
// RFC 7686
//lockPref("network.dns.blockDotOnion", true);
// Tor compatibility...
//user_pref("network.http.referer.hideOnionSource", true);
//lockPref("network.http.referer.hideOnionSource", true);
// This browser is not meant to be used with tor
// Pref : Disable "Show search suggestions in location bar results"
Expand Down
1 change: 0 additions & 1 deletion policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"DisableAppUpdate": true,
"DisableFeedbackCommands": true,
"DisableFirefoxAccounts": true,
"DisableFirefoxScreenshots": true,
"DisableFirefoxStudies": true,
"DisablePocket": true,
"DisableProfileImport": true,
Expand Down

0 comments on commit 45f402e

Please sign in to comment.