Skip to content

Commit

Permalink
Add install instruction & README update
Browse files Browse the repository at this point in the history
  • Loading branch information
intika committed Dec 28, 2018
1 parent 79c49d8 commit ad7be42
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 102 deletions.
7 changes: 4 additions & 3 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Librefox Firefox - Chagelog :
-----------------------------

v2.2 :
------
- README.md update
vMaster :
---------
- Various README update
- Policy update
- Prettify README

v2.1 :
------
Expand Down
139 changes: 75 additions & 64 deletions README.md

Large diffs are not rendered by default.

32 changes: 3 additions & 29 deletions debugging/debug-check-todo.log
Original file line number Diff line number Diff line change
@@ -1,33 +1,7 @@
Todo Checks I/II :
------------------

Todo Checks II/II :
-------------------

- Policy update - check PR

- Complete bench tests on all 0 values

- Check the mozilla perf addon https://perf-html.io/

- Update build instructions

- Youtube hd videos hanging (with indexedDB disabled and other...)

- Review un-reviewed addons code

- Testing compatibility on those sites
https://developer.mozilla.org/en-US/docs/Web/Demos_of_open_web_technologies

Addons Code To Checks :
-----------------------
Todo Checks :
-------------

- https://addons.mozilla.org/en-US/firefox/addon/dont-track-me-google1/
- https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/
- https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/
- https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/
- https://addons.mozilla.org/en-US/firefox/addon/switch-container/
- https://addons.mozilla.org/en-US/firefox/addon/smart-referer/
- This section is migrated to github issues

Build Notes :
-------------
Expand Down
2 changes: 1 addition & 1 deletion ghacks-diff/userJS_diff_upstream.log
Original file line number Diff line number Diff line change
@@ -1 +1 @@
All what needs to be up-streamed have been discussed
All what needs to be up-streamed have been discussed
1 change: 1 addition & 0 deletions librefox/distribution/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"policies": {
"AppUpdateURL": "",
"DisableAppUpdate": true,
"OverridePostUpdatePage": "",
"DisableMasterPasswordCreation": true,
"DisableFeedbackCommands": true,
"DisableFirefoxAccounts": true,
Expand Down
10 changes: 5 additions & 5 deletions librefox/mozilla.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ lockPref("network.cookie.leave-secure-alone", true); // default: true
// nonsecureSessionOnly=true. This allows you to keep HTTPS cookies, but session-only HTTP ones
// [1] https://feeding.cloud.geek.nz/posts/tweaking-cookies-for-privacy-in-firefox/
// [2] http://kb.mozillazine.org/Network.cookie.thirdparty.sessionOnly
lockPref("network.cookie.thirdparty.sessionOnly", false); // default : false
lockPref("network.cookie.thirdparty.nonsecureSessionOnly", false); // (FF58+) // default false
lockPref("network.cookie.thirdparty.sessionOnly", true); // default : false
lockPref("network.cookie.thirdparty.nonsecureSessionOnly", true); // (FF58+) // default false

// Also check "User Settings : Track Protection" for other cookies settings

Expand Down Expand Up @@ -595,7 +595,7 @@ lockPref("permissions.default.geo", 2);
// Defaulting Settings : Other Defaulting
// ----------------------------------------------------------------------------------------------------

// Pref : Prefered lang for displaying websites...
// Pref : Preferred language for displaying websites...
// The first settings overflow the second one
defaultPref("privacy.spoof_english", 2);
//defaultPref("intl.accept_languages", "en-US, en"); //This make lang windows unusable
Expand Down Expand Up @@ -1072,8 +1072,8 @@ lockPref("extensions.webextensions.identity.redirectDomain", "");
// Pref : CSP Settings For Extensions I/II : Extension Firewall Feature
// Uncomment to disable network for the extensions
// Enable-Firewall-Feature-In-The-Next-Line >>>>>>
//lockPref("extensions.webextensions.base-content-security-policy", "default-src 'self' moz-extension: blob: filesystem: 'unsafe-eval' 'unsafe-inline'; script-src 'self' moz-extension: blob: filesystem: 'unsafe-eval' 'unsafe-inline'; object-src 'self' moz-extension: blob: filesystem:;");
// Enable-Firewall-Feature-In-The-Next-Line extensions-firewall >>>>>>
lockPref("extensions.webextensions.base-content-security-policy", "default-src 'self' moz-extension: blob: filesystem: 'unsafe-eval' 'unsafe-inline'; script-src 'self' moz-extension: blob: filesystem: 'unsafe-eval' 'unsafe-inline'; object-src 'self' moz-extension: blob: filesystem:;");
// Pref : CSP Settings For Extensions II/II : Extension Firewall Feature
// This value is applied after the first one (just ignore this)
Expand Down

0 comments on commit ad7be42

Please sign in to comment.