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

FF 58 HTML5 Canvas Global Block #345

Open
collinbarrett opened this issue Nov 7, 2017 · 5 comments
Open

FF 58 HTML5 Canvas Global Block #345

collinbarrett opened this issue Nov 7, 2017 · 5 comments

Comments

@collinbarrett
Copy link

collinbarrett commented Nov 7, 2017

FF 58 now supports HTML5 canvas image blocking. It provides a per-site permission pop-up. It'd be great if there was a way for user.js to enable this block setting globally.

canvas

Source: gHacks

@0x00cl
Copy link

0x00cl commented Nov 8, 2017

It's already enabled.

When you set privacy.resistFingerprinting to true it enables canvas blocking.

https://bugzilla.mozilla.org/show_bug.cgi?id=967895#c68

@collinbarrett
Copy link
Author

collinbarrett commented Nov 8, 2017

Right, thanks, but I was wondering if there was a setting to essentially "Don't Allow" globally for all sites, rather than answering the prompt on each site.

Granted, I haven't combed through that entire bugzilla thread yet, so maybe there is discussion around that already. Will read that later and update. Thanks for sharing that link.

@pyllyukko
Copy link
Owner

pyllyukko commented Nov 9, 2017

If you use the relaxed branch, you'll have an option to "Always remember my decision". Don't know if there's a global setting, but I'll look into it.

@Atavic
Copy link

Atavic commented Nov 20, 2017

about:config canvas.*: #38

@Thorin-Oakenpants
Copy link

FYI: 1429865

I would assume it will be similar to all the other default permissions landed in 58: so something like permissions.default.canvas or since its tied to privacy.resistFingerprinting maybe privacy.permissions.default.canvas .. with 0=always ask, 1=allow, 2=block

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

No branches or pull requests

6 participants
@pyllyukko @collinbarrett @Thorin-Oakenpants @Atavic @0x00cl and others