-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSFW thumbnails not loading [solved: RFP - use a secondary browser/profile] #640
Comments
Tried out now and it was the 1st guess: This is not the pref I would set to |
Why that? What else could I do in order to fix that problem? I did disable it when using the user.js over about:config and I did a restart but it didn't work. Did I forgot something? |
Set it to false... do not restart. Try out. |
Just checked AMO... look what I have found: Resist Fingerprinting OT: I was sure that WE cannot mess with the prefs. I guess I was wrong. |
WE can mess only with the ones they are explicitly allowed to mess via API and permissions. |
Thanks for the help. Let's assume I want to keep resist fingerprint activated. Anything I can do except turning it off to fix the problem? |
No problem. For sure you want this pref to be Note: you must also know, that disabling this pref is global and does not affect just current tab that you are browsing, but all open tabs. Cheers |
Thanks. I'm thinking about using another Browser for that purpose. So another thing I don't like is the tiny window when opening the Browser. Is it possible to maximze it or do I lose fingerprint protection since I changed the window size? |
Here #632 (comment) is a way and also the reason why not to do it. @Thorin-Oakenpants is right (as usual 😄), but on the end you can decide for yourself. 😉 Cheers |
You should also read section 4500: Cheers |
Thanks. I've decided to deactivate it because the window is too small and it destroy some sites I visit regularly. Is it correct to reenable section 4600 if not using RFP? How do I do it? I've ran the script but it seems like all the values are still the same. Did I forgot something? |
@Chippel, before deactivating RFP you may want to do some investigation on the causes of the problems. Do you see any strange icons like this one in your urlbar? If you do, you may want to open debugger and search by the keywords like |
@KOLANICH the icon link does not open. |
How in the world got your guys used to that small window? That's a huge difference IMHO |
@crssi, I have replaced the link with the direct one, should work (still cannot embed though). It looks like a striked image. |
What to do with that? |
To elaborate on that: a few prefs are accessible for extensions to change thru the Privacy API - here are some of them: assuming the documentation is up to date https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/privacy/websites https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/privacy/network https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/privacy/services |
DONT USE AN Extension to toggle RFP on/off At least 3 problems:
I had a play around at pornhub, as I thought it might be the canvas component of RFP, but it has nothing to do with that (canvas has a per site permission if you need to override it). Not sure entirely what the cause is. Not using RFP because of one site and due to the size on opening (which has solutions) is a bit silly IMO. Pornhub solution: use a secondary browser (or profile). You can use a portable Firefox, just for Pornhub. Call it Pornfox :) .. change the theme so it's easier to differentiate. ONLY use it for pornhub. Note: in out wiki we have all the instructions and pretty pictures for you to run multiple Firefoxes concurrently if you want. THATS the godamn solution, rather than compromising all the good that RFP does because of one site. The solution to the size on open has already been linked to. Set a larger size: use the prefs in 4502 - at the very worst you'll be high entropy if not unique (which you would be without it), but at least the other RFP items still apply eg // my overrides
user_pref("privacy.window.maxInnerWidth", 1600);
user_pref("privacy.window.maxInnerHeight", 900); |
This might be a stupid question but I can't figure out how to fix that. On a popular NSFW site which is called P***ub I got problems with the thumbnails. It seems like the site is loading like 20 thumbnails of videos but as I scroll further down they will dissapear and be replaced with black boxes. Do you guys know what setting I need to change in order to get all the thumbnails?
I tried a clean install and I've figured out that resist browser fingerprint is the issue when enabling just that on a clean install. But I got the same issue with the ghacks profile even if I disable fingerprint.
The text was updated successfully, but these errors were encountered: