Disable tracking through push notifications
See original GitHub issueBased on comment from article about Firefox price tracking feature:
user_pref("dom.push.connection.enabled", false);
user_pref("dom.push.enabled", false);
user_pref("dom.webnotifications.enabled", false);
user_pref("dom.webnotifications.serviceworker.enabled", false);
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How to Turn Off Push Notification (Android)
Go to Your Phones Settings Go to your phone's settings by clicking the cogwheel icon · Go to Apps and Notifications · Click...
Read more >Turning Off Push Notifications on Android to Stop Distractions
If an app sneaks through, or starts abusing the privilege, you can generally block notifications directly by swiping left, right, or down on...
Read more >How To Disable Apple And Google's COVID-19 Notifications ...
Just go to the settings app, click on Google|COVID-19 exposure notifications, and you can toggle them on or off from there. From the...
Read more >Change your Google notifications - Android
On your Android phone or tablet, go to google.com. Search for the topic. Tap Notifications on to stop getting notifications for that topic....
Read more >Stop Letting Push Notifications Ruin Your Productivity
Disable all notifications on both your desktop and smartphone. Turn off your phone or set it to Airplane mode for set periods of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m not 100% sure, but push notifications require workers (or service workers). I wouldn’t mind clarifying that point for my sanity. Yup, it requires JS.
from here
and here’s a pretty picture
If you deviate from default “ask”, then a script could detect that, as it wouldn’t be “prompt” - it would be “block” or “allow”. That said, I doubt anyone uses this for FP’ing, as it could vary from site to site per user.
Interesting. Testing with TBB I get the same output. Testing with ungoogled-chromium (where I have disabled all except sound in
chrome://settings/content
) I get:I wonder where the “granted” comes from and whether it is some kind of bug in chrome itself (assuming that the testing method is right).