Skip to content
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

0709 = true breaks CB and as a result also FF 77 #951

Closed
crssi opened this issue Jun 2, 2020 · 5 comments
Closed

0709 = true breaks CB and as a result also FF 77 #951

crssi opened this issue Jun 2, 2020 · 5 comments

Comments

@crssi
Copy link

crssi commented Jun 2, 2020

/* 0709 */ user_pref("network.file.disable_unc_paths", true);

Breaks CanvasBlocker and as a result all communication fails in Firefox 77.

Removing and reseting 0709 (FF restart is needed) restores all functionality.

Cheers

collinbarrett added a commit to collinbarrett/arkenfox-user-overrides.js that referenced this issue Jun 2, 2020
@collinbarrett
Copy link

Confirmed, that fixes it. Thanks!

@Thorin-Oakenpants
Copy link
Contributor

Isn't this the same as #923 and you can also fix it by adding
dom.quotaManager.useDOSDevicePathSyntax=false
which E suggested adding to the user.js for 77 (it's fixed in 78)

can someone test please

@crssi
Copy link
Author

crssi commented Jun 2, 2020

Tested.
You and Big E are right as always, or most of the times. 😄 👍

@Thorin-Oakenpants
Copy link
Contributor

OK, I already pinned the other one, so I'll close this, and on the other one cleanup the title and add something to OP

Thorin-Oakenpants added a commit that referenced this issue Jun 2, 2020
@sgabe
Copy link

sgabe commented Jun 2, 2020

I have just encountered this with Firefox 77. I can confirm that resetting 0709 fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants