Coder Social home page Coder Social logo

Crunchyroll issues about betterfox HOT 12 CLOSED

zero5enpai avatar zero5enpai commented on August 19, 2024
Crunchyroll issues

from betterfox.

Comments (12)

zero5enpai avatar zero5enpai commented on August 19, 2024

Could someone approve that its not a local issue?

from betterfox.

yokoffing avatar yokoffing commented on August 19, 2024

Thank you for providing all those details. However, I don't experience any issues using Firefox Stable or Nightly, with or without Betterfox, on Windows 11.

Is identity.fxaccounts.enabled your only override on the new profile? Are you using an extensions on the new profile?

from betterfox.

zero5enpai avatar zero5enpai commented on August 19, 2024

It should be the only override which interacts with Firefoxes behavior.
Beside that override I have some Theme overrides:

//
// Theme
//

// smaller search engine suggestion prompt
user_pref("browser.urlbar.update1", false);

// show compact mode option in GUI
user_pref("browser.compactmode.show",	true);

// hide vpn banner
user_pref("browser.contentblocking.report.hide_vpn_banner",	true);

// ctrl tab will cycle through recent tabs
user_pref("browser.ctrlTab.sortByRecentlyUsed",	true);

// dark mode display bgcolor set to black
user_pref("browser.display.background_color.dark",	"#000000");

// prevent sudden white flashes in dark mode by disabling this. Might not always work
user_pref("browser.display.use_system_colors",	false);

user_pref("browser.download.panel.shown",	true);

user_pref("browser.engagement.ctrlTab.has-used",	true);

user_pref("browser.engagement.downloads-button.has-used",	true);

user_pref("browser.engagement.fxa-toolbar-menu-button.has-used",	true);

user_pref("browser.engagement.home-button.has-used",	true);

user_pref("browser.engagement.sidebar-button.has-used",	true);

// disable topstories in newtabpage
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories",	false);

// show mozilla snippets info in newtabpage
user_pref("browser.newtabpage.activity-stream.feeds.snippets",	true);

user_pref("browser.newtabpage.activity-stream.section.highlights.includeVisited",	false);

// disable sponsored sites in newtabpage
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites",	false);

//proton toolbar version
user_pref("browser.proton.toolbar.version",	3);

user_pref("browser.shell.checkDefaultBrowser",	false);

// disable default browser checks
user_pref("browser.shell.defaultBrowserCheckCount",	1);
user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun",	true);

// titlebar off
user_pref("browser.tabs.inTitlebar",	1);

// always show bookmarks bar
user_pref("browser.toolbars.bookmarks.visibility",	"always");

// directly enable Compact Density mode without enabling it in the GUI
user_pref("browser.uidensity",	1);

// enable math calcs in url bar
user_pref("browser.urlbar.suggest.calculator",	true);

//disable topsites view in url bar. This prevents url bar from expanding on mouse click
user_pref("browser.urlbar.suggest.topsites",	false);

// findbar enable highlightall option
user_pref("findbar.highlightAll",	true);

// set default font
user_pref("font.name.serif.x-western",	"Segoe UI Variable Small");

Yes I use extensions but they are disabled in Troubleshoot mode and I also get the issues in there

from betterfox.

zero5enpai avatar zero5enpai commented on August 19, 2024

thats the blocked player:
firefox_7LTeCyXwVv
and those are the profile pictures:
firefox_5OkikuTGTS

from betterfox.

zero5enpai avatar zero5enpai commented on August 19, 2024

Just figured how to reset to working state:

  1. deleting cookie data for crunchyroll
  2. deleting content-prefs.sqlite
  3. removing Securefox from user.js
  4. deleting prefs.js

from betterfox.

zero5enpai avatar zero5enpai commented on August 19, 2024

Securefox content:

/** TRACKING PROTECTION ***/
user_pref("browser.contentblocking.category", "strict");
user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com");
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com");
user_pref("network.cookie.sameSite.noneRequiresSecure", true);
user_pref("browser.download.start_downloads_in_tmp_dir", true);
user_pref("browser.helperApps.deleteTempFileOnExit", true);
user_pref("browser.uitour.enabled", false);
user_pref("privacy.globalprivacycontrol.enabled", true);

/** OCSP & CERTS / HPKP ***/
user_pref("security.OCSP.enabled", 0);
user_pref("security.remote_settings.crlite_filters.enabled", true);
user_pref("security.pki.crlite_mode", 2);

/** SSL / TLS ***/
user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true);
user_pref("browser.xul.error_pages.expert_bad_cert", true);
user_pref("security.tls.enable_0rtt_data", false);

/** DISK AVOIDANCE ***/
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true);
user_pref("browser.sessionstore.interval", 60000);

/** SHUTDOWN & SANITIZING ***/
user_pref("privacy.history.custom", true);

/** SEARCH / URL BAR ***/
user_pref("browser.search.separatePrivateDefault.ui.enabled", true);
user_pref("browser.urlbar.update2.engineAliasRefresh", true);
user_pref("browser.search.suggest.enabled", false);
user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false);
user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false);
user_pref("browser.formfill.enable", false);
user_pref("security.insecure_connection_text.enabled", true);
user_pref("security.insecure_connection_text.pbmode.enabled", true);
user_pref("network.IDN_show_punycode", true);

/** HTTPS-FIRST POLICY ***/
user_pref("dom.security.https_first", true);
user_pref("dom.security.https_first_schemeless", true);

/** PASSWORDS ***/
user_pref("signon.formlessCapture.enabled", false);
user_pref("signon.privateBrowsingCapture.enabled", false);
user_pref("network.auth.subresource-http-auth-allow", 1);
user_pref("editor.truncate_user_pastes", false);

/** MIXED CONTENT + CROSS-SITE ***/
user_pref("security.mixed_content.block_display_content", true);
user_pref("security.mixed_content.upgrade_display_content", true);
user_pref("security.mixed_content.upgrade_display_content.image", true);
user_pref("pdfjs.enableScripting", false);
user_pref("extensions.postDownloadThirdPartyPrompt", false);

/** HEADERS / REFERERS ***/
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);

/** CONTAINERS ***/
user_pref("privacy.userContext.ui.enabled", true);

/** WEBRTC ***/
user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true);
user_pref("media.peerconnection.ice.default_address_only", true);

/** SAFE BROWSING ***/
user_pref("browser.safebrowsing.downloads.remote.enabled", false);

/** MOZILLA ***/
user_pref("permissions.default.desktop-notification", 2);
user_pref("permissions.default.geo", 2);
user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
user_pref("permissions.manager.defaultsUrl", "");
user_pref("webchannel.allowObject.urlWhitelist", "");

/** TELEMETRY ***/
user_pref("datareporting.policy.dataSubmissionEnabled", false);
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("toolkit.telemetry.unified", false);
user_pref("toolkit.telemetry.enabled", false);
user_pref("toolkit.telemetry.server", "data:,");
user_pref("toolkit.telemetry.archive.enabled", false);
user_pref("toolkit.telemetry.newProfilePing.enabled", false);
user_pref("toolkit.telemetry.shutdownPingSender.enabled", false);
user_pref("toolkit.telemetry.updatePing.enabled", false);
user_pref("toolkit.telemetry.bhrPing.enabled", false);
user_pref("toolkit.telemetry.firstShutdownPing.enabled", false);
user_pref("toolkit.telemetry.coverage.opt-out", true);
user_pref("toolkit.coverage.opt-out", true);
user_pref("toolkit.coverage.endpoint.base", "");
user_pref("browser.ping-centre.telemetry", false);
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
user_pref("browser.newtabpage.activity-stream.telemetry", false);

/** EXPERIMENTS ***/
user_pref("app.shield.optoutstudies.enabled", false);
user_pref("app.normandy.enabled", false);
user_pref("app.normandy.api_url", "");

/** CRASH REPORTS ***/
user_pref("breakpad.reportURL", "");
user_pref("browser.tabs.crashReporting.sendReport", false);
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);

/** DETECTION ***/
user_pref("captivedetect.canonicalURL", "");
user_pref("network.captive-portal-service.enabled", false);
user_pref("network.connectivity-service.enabled", false);

from betterfox.

zero5enpai avatar zero5enpai commented on August 19, 2024

any clues which setting could effect the content-prefs.sqlite file and block the content?

from betterfox.

zero5enpai avatar zero5enpai commented on August 19, 2024

Okay I figured out what it breaks:
The setting user_pref("privacy.globalprivacycontrol.enabled", true); is breaking crunchyroll.

Do mentioned steps to revert to working state after break:

Just figured how to reset to working state:

1. deleting cookie data for crunchyroll (in browser)
2. close browser (before deleting files!)
3. delete content-prefs.sqlite
4. delete prefs.js
5. remove 'user_pref("privacy.globalprivacycontrol.enabled", true);' from user.js

Should you experience issues (because of extensions or custom set themes) after starting the browser again, quickly start into troubleshoot mode and it should fix it

from betterfox.

yokoffing avatar yokoffing commented on August 19, 2024

That's really odd if GPC is the source of your break. I wonder if it's region specific.

I would think it's region specific + misconfiguration with Crunchyroll on Firefox.

To test, you could try using Crunchyroll with Brave. They have GPC enabled by default.

from betterfox.

zero5enpai avatar zero5enpai commented on August 19, 2024

If Brave is out of the box with GPC it has to be a misconfiguration with Crunchyroll on Firefox. Got no problems on Brave

from betterfox.

zero5enpai avatar zero5enpai commented on August 19, 2024

I also tried out to use VPN while troubleshooting and it didnt work either. So region specific shouldnt be the problem as well

from betterfox.

yokoffing avatar yokoffing commented on August 19, 2024

@zero5enpai If you don't mind taking the time, it may be worth reporting on Bugzilla.

I would say open a report on WebCompat; but since GPC is not enabled by default, Bugzilla is more appropriate.

from betterfox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.