-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Chrome Command line switches #1150
Comments
Why open an issue for this? |
Ok I see, you want me to add this to the wiki. |
I will be deleting that wiki page. If you want to copy it into a repo on your GitHub account, feel free to do so. My time will be concentrated on the code side of uBO/uMatrix, while that wiki page is half-cooked and better suited to be a blog post somewhere. |
Here is the markdown content for that page:
|
Done. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This refers to https://github.com/gorhill/uBlock/wiki/Privacy-stuff#command-line-switches
--disable-webgl
"Disable experimental WebGL support."
WebGL is a potential privacy and security risk.
Maybe worth adding:
--incognito
"Causes the browser to launch directly in incognito mode."
--no-referrers
"Don't send HTTP-Referer headers."
Breaks websites. Better:
--reduced-referrer-granularity
"Reduce the default
referer
header's granularity."Example: Search for "What is my Referer" on search.disconnect.me and click a website which uses TLS. Without reduced referrer granularity it will show the whole URL, with it only the domain name will show.
The text was updated successfully, but these errors were encountered: