Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Is it possible to add Canvas Blocker extension?
Is it possible to add Canvas Blocker extension?
For Google Chrome there is a Canvas Blocker extension. Is it possible to add it to the application as it is done in the HelloWorldExt and PageColorExt examples? If you just change the path, nothing changes. https://browserleaks.com/canvas
- salvadordf
- Posts: 4580
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Is it possible to add Canvas Blocker extension?
Browser extensions support is very limited as you can see in those demos.
The new and experimental mode called "Chrome runtime" has much better support but that mode is not fully implemented in CEF and it has some issues.
You can try setting GlobalCEFApp.DisableReadingFromCanvas to true which is equivalent to have this command line switch "--disable-reading-from-canvas". Perhaps that's what the canvas extension does.
The new and experimental mode called "Chrome runtime" has much better support but that mode is not fully implemented in CEF and it has some issues.
You can try setting GlobalCEFApp.DisableReadingFromCanvas to true which is equivalent to have this command line switch "--disable-reading-from-canvas". Perhaps that's what the canvas extension does.
Re: Is it possible to add Canvas Blocker extension?
Thanks for answers. No, it adds noise on canvas.