Last active
June 14, 2025 17:39
-
-
Save theodric/e1fb66fadd9872c002270d96587e0970 to your computer and use it in GitHub Desktop.
errata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disable nemo file manger "Elevated Privileges" warning box: | |
gsettings set org.nemo.preferences show-root-warning false | |
sudo gsettings set org.nemo.preferences show-root-warning false | |
make Firefox stop fucking redirectly compulsively to HTTPS | |
about:config | |
browser.fixup.fallback-to-https = false | |
dom.security.https_first = false | |
browser.urlbar.autoFill = false | |
network.stricttransportsecurity.preloadlist = false | |
+about:networking#hsts and clear HTTP cache | |
+restart browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment