Skip to content

Instantly share code, notes, and snippets.

@theodric
Last active August 25, 2025 21:59
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
Solve jerky touchpad scrolling in Firefox under X11!
in /etc/environment, set:
MOZ_USE_XINPUT2=1
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
Shut off Firefox prompts for passkeys:
Open Firefox.
Type about:config into the address bar and press Enter.
Click “Accept the Risk and Continue” if prompted.
In the search bar at the top, type:
security.webauth.webauthn
Find:
security.webauth.webauthn
security.webauth.webauthn_enable_softtoken
security.webauth.webauthn_enable_usbtoken
Set each of those to false by clicking the toggle button at the far right.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment