From db65e6a97b3182e1340da8de435df016d4de44c1 Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Mon, 17 Jun 2019 22:31:08 -0400 Subject: [PATCH] Remove outdated/unnecessary comments --- .../settings/defaults/pref/local-settings.js | 12 +---------- settings/settings/librewolf.cfg | 20 ++----------------- 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/settings/settings/defaults/pref/local-settings.js b/settings/settings/defaults/pref/local-settings.js index e04d81c..e8b6728 100644 --- a/settings/settings/defaults/pref/local-settings.js +++ b/settings/settings/defaults/pref/local-settings.js @@ -1,14 +1,4 @@ -// - -// ============================================================================================================================================ -// LibreWolf Version : 2.1 -// ============================== -// -// Metrics available on librewolf.cfg -// -// ============================================================================================================================================ - -// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +// >>>>>>>>>>>>>>>>>>>> // Section : General Settings // Bench Diff : ++/5000 // >>>>>>>>>>>>>>>>>>>> diff --git a/settings/settings/librewolf.cfg b/settings/settings/librewolf.cfg index 4e8adb1..bd1711d 100644 --- a/settings/settings/librewolf.cfg +++ b/settings/settings/librewolf.cfg @@ -1,22 +1,6 @@ // ============================================================================================================================================ -// LibreWolf Version : 2.2 -// ============================== -// -// LibreWolf : Firefox settings for a better security, privacy and performance -// -// librewolf.cfg : Locking firefox settings for security, privacy & prevent settings changes -// -// Author : Intika - intikadev (at) gmail.com -// -// Donation : Paypal : intikadev (at) gmail.com -// -// Site : https://github.com/LibreWolf-Browser/LibreWolf -// -// Based on : Ghacks-user.js (https://github.com/ghacksuserjs/ghacks-user.js) -// User.js (https://github.com/pyllyukko/user.js/) -// PrivaConf (https://addons.mozilla.org/en-US/firefox/addon/privaconf/) -// Big thanks to all of them // +// LibreWolf // ============================================================================================================================================ // Documentation .............. : // ============================== @@ -269,7 +253,7 @@ lockPref("browser.urlbar.filter.javascript", true); // Defaulting -------------------------- -// Pref: Default Interface Look +// Pref: Default Interface Look defaultPref("browser.uiCustomization.state", '{"placements":{"widget-overflow-fixed-list":[],"nav-bar":["home-button","downloads-button","back-button","forward-button","stop-reload-button","urlbar-container","add-ons-button","preferences-button","fxa-toolbar-menu-button"],"toolbar-menubar":["menubar-items"],"TabsToolbar":["tabbrowser-tabs","new-tab-button","alltabs-button"],"PersonalToolbar":["personal-bookmarks"]},"seen":["developer-button"],"dirtyAreaCache":["nav-bar","toolbar-menubar","TabsToolbar","PersonalToolbar"],"currentVersion":16,"newElementCount":3}'); defaultPref("browser.uidensity", 2);