Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -12,10 +12,10 @@
  ⟡ https://news.ycombinator.com/item?id=12754199
  ⟡ https://github.com/mozilla/addons-linter/issues/1000#issuecomment-255089138
 awesome-firefox
A curated list of resources for and about Mozilla Firefox (https://www.mozilla.org/en-US/firefox/products/) - a bloated (http://blog.ffextensionguru.com/2015/06/20/mozilla-making-firefox-bloated/) but versatile 
popular modern browser with nice user interface. Unfortunately, after Firefox 42 Mozilla has instituted unwelcome changes in how addons work entering the already familiar territory of "walled gardens". Please 
see the forks (#firefox-clonesforks) chapter to review your alternatives.
 awesome-firefox
A curated list of resources for and about Mozilla Firefox (https://www.mozilla.org/en-US/firefox/products/) - a bloated 
(http://blog.ffextensionguru.com/2015/06/20/mozilla-making-firefox-bloated/) but versatile popular modern browser with nice user interface. Unfortunately, after Firefox 42 Mozilla has 
instituted unwelcome changes in how addons work entering the already familiar territory of "walled gardens". Please see the forks (#firefox-clonesforks) chapter to review your alternatives.
Hardening your Firefox
@@ -24,20 +24,23 @@
Important security warning - Mozilla has systematic deficiencies in vulnerability handling and responsible disclosure.
See: https://lwn.net/Articles/656683 https://news.ycombinator.com/item?id=12754199 https://github.com/mozilla/addons-linter/issues/1000#issuecomment-255089138
 ⟡ Changing the configuration (https://github.com/pyllyukko/user.js) - a checklist of things to do with about:config to reduce information leaking to Mozilla, Google and other corporate mastodons.
 ⟡ Firefox vulnerabilities (https://web.nvd.nist.gov/view/vuln/search-results?query=firefox&search_type=all&cves=on) - an up-to-date list of vulnerabilities from US NIST (the official Mozilla list is here 
(https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox/)).
 ⟡ Certificate Patrol (https://addons.mozilla.org/en-US/firefox/addon/certificate-patrol/) - an extension to watch out for Man-In-the-Middle (https://en.wikipedia.org/wiki/Man-in-the-middle_attack) (MITM) 
certificate attacks.
 ⟡ Changing the configuration (https://github.com/pyllyukko/user.js) - a checklist of things to do with about:config to reduce information leaking to Mozilla, Google and other corporate 
mastodons.
 ⟡ Firefox vulnerabilities (https://web.nvd.nist.gov/view/vuln/search-results?query=firefox&search_type=all&cves=on) - an up-to-date list of vulnerabilities from US NIST (the official Mozilla
list is here (https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox/)).
 ⟡ Certificate Patrol (https://addons.mozilla.org/en-US/firefox/addon/certificate-patrol/) - an extension to watch out for Man-In-the-Middle 
(https://en.wikipedia.org/wiki/Man-in-the-middle_attack) (MITM) certificate attacks.
 ⟡ NoScript (https://noscript.net/) - an extension to keep JavaScript activity at a minimum, and protect from cross-site scripting.
  ⟡ _Privacy tip_: put 127.0.0.1 secure.informaction.com into your hosts file (NoScript dials home at startup).
 ⟡ Adblockers:
  ⟡ uBlock Origin (https://github.com/gorhill/uBlock) - a lighter-weight adblocker. All custom rules from AdBlock Edge can be imported through the clipboard. Has dynamic filters. 
  ⟡  (discontinued in June 2015).
  ⟡ uMatrix (https://github.com/gorhill/uMatrix) - request blocker for advanced fine-grained filtering (blocks cookies, iframes, other types of content). Positively awesome, takes no time to learn. 
  ⟡ uMatrix
 (https://github.com/gorhill/uMatrix) - request blocker for advanced fine-grained filtering (blocks cookies, iframes, other types of content). Positively awesome, takes no time to learn. 
  ⟡ Please note that using ready-made third-party block lists may open up your computer for surreptitiously whitelisted requests - _caveat emptor_!
 ⟡ HTTPS Everywhere (https://www.eff.org/https-everywhere) - an extension to enforce encrypted protected connections no matter what.
 ⟡ GreaseMonkey (https://github.com/greasemonkey/greasemonkey) - a versatile extension to rewrite pages on the fly. WARNING - official version of GreaseMonkey sends some data to their servers.
 ⟡ GreaseMonkey (https://github.com/greasemonkey/greasemonkey) - a versatile extension to rewrite pages on the fly. WARNING - official version of GreaseMonkey sends some data to their 
servers.
   ⟡ Useful user scripts (do not install without reviewing the scripts):
 * **Direct Google** (https://greasyfork.org/en/scripts/568-direct-google) - Removes Google redirects and exposes "Cached" links.
 * **GitHub White NavBar** (https://github.com/victor-li/github-white-navbar) - makes Github navigation bar white. 
@@ -68,16 +71,16 @@
Firefox clones/forks
_Mozilla is entering into partnerships with commercial entities (like Telefonica) and considering radically changing the API which may kill the browser and its ecosystem. This necessitates starting an early 
search for respectable substitutes._
_Mozilla is entering into partnerships with commercial entities (like Telefonica) and considering radically changing the API which may kill the browser and its ecosystem. This necessitates 
starting an early search for respectable substitutes._
⟡ PaleMoon (https://www.palemoon.org/) - GitHub repo is called Pale-Moon (https://github.com/MoonchildProductions/Pale-Moon).
⟡ IceCat (http://www.gnu.org/software/icecat/) - a GNUish fork which unfortunately lags behind FF at the moment.
⟡ Mozilla Build Instructions (https://developer.mozilla.org/en-US/docs/Simple_Firefox_build) - the dev environment is huge.
⟡ Linux build pre-requisites (https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Linux_Prerequisites).
The easiest way to get a modern and performant browser, though, is switching to an 'unstable' Chromium (https://download-chromium.appspot.com/). Although it still requires some customization, it supports uBlock 
Origin/uMatrix.
The easiest way to get a modern and performant browser, though, is switching to an 'unstable' Chromium (https://download-chromium.appspot.com/). Although it still requires some customization,
it supports uBlock Origin/uMatrix.
Where to look for other awesome lists