Created
October 7, 2021 23:43
-
-
Save dezza/53432d6a0df797a0f64d7142d1c582d2 to your computer and use it in GitHub Desktop.
common arkenfox issues
This file contains 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
// privacy.firstparty.isolate=true known issues with paypal | |
// browser.display.use_document_fonts=false known issues with version2.dk fonts | |
// privacy.resistFingerprinting=true breaks digitalocean login, breaks google oauth logins | |
// network.http.referer.XOriginPolicy=1 breaks atlassian.com,bitbucket.org login, reddit oauth login | |
// network.cookie.cookieBehavior=1 breaks memedroid.com google SSO login | |
// media.autoplay.blocking_policy = 2 # youtube won't autoplay music radios | |
// media.autoplay.blocking_policy = 2 # twitch won't play ads or unmute audio | |
// media.autoplay.blocking_policy = 2 # bandcamp won't play next tracks | |
// media.block-autoplay-until-in-foreground = false # plex will MAYBE stop playing music when forwarding tracks https://www.reddit.com/r/firefox/comments/ga9tzv/i_just_want_to_be_able_to_play_my_plex_playlist/ | |
// security.ssl.require_safe_negotiation = false # apple.com, apple SSO, shazam.com "authentication error" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment