Last active
August 25, 2025 21:59
-
-
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
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