Skip to content

Instantly share code, notes, and snippets.

@theodric
Last active June 14, 2025 17:39
Show Gist options
  • Save theodric/e1fb66fadd9872c002270d96587e0970 to your computer and use it in GitHub Desktop.
Save theodric/e1fb66fadd9872c002270d96587e0970 to your computer and use it in GitHub Desktop.
errata
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