You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How? Reuse the permissions.default system (like camera/mic denials).
Auto-Contain Microsoft Services
Treat Microsoft domains as high-risk by default:
Force them into Firefox Containers (isolated sessions).
Purge cookies/storage post-session (like Private Browsing).
"Recall Resistance" Toggle in about:config
Add a master switch (e.g., privacy.resist_recall):
Fakes harmless noise in telemetry data.
Randomizes timestamps/mouse events to poison tracking.
Heuristic Detection of Recall-Like Activity
Flag scripts that:
Call getDisplayMedia() too frequently.
Use keyloggers or excessive mouse-tracking.
Bonus: Visual warning (🔒 icon in address bar) when detected.
Why Mozilla Should Do This
Differentiator: Firefox becomes the only browser explicitly blocking Recall-like features.
Leverages Existing Tech: Built on Tracking Protection, Containers, and about:config overrides.
User Trust: Reinforces Mozilla’s brand as privacy-first (vs. Chromium’s likely compliance with Recall).
Action Plan for Mozilla
Bugzilla Ticket:
Title: "Proposal: Add Microsoft Recall protections to Tracking Protection"
Tags: privacy, feature-request, anti-tracking.
//Prototype via user.js:
// Block telemetry domains
user_pref("network.trr.blocklist", "*.telemetry.microsoft.com,*.recall.windows.com");
// Disable screen sharing on Microsoft sites
user_pref("permissions.default.getDisplayMedia", 2); // 2 = Deny
// Force Microsoft into Containers
user_pref("network.cookie.cookieBehavior", 4); // 4 = Containers
Engage Communities:
Discuss on #privacy (Mozilla Matrix/IRC).
Rally support from privacy advocates (EFF, etc.).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal: Native "Recall Resistance" in Firefox
A privacy-first feature to block Microsoft Recall-like surveillance by default.
Core Idea:
Integrate low-level protections against screen capture, telemetry harvesting, and behavioral tracking (like Microsoft Recall) directly into Firefox’s privacy suite—leveraging existing anti-tracking systems.
Key Implementation Strategies
Hard-Block Recall/Telemetry Domains
Expand Firefox’s Tracking Protection lists to automatically block:
Why? No extra extensions needed—uses Mozilla’s maintained blocklists.
API Restrictions for High-Risk Sites
Automatically throttle or disable these APIs on Microsoft domains (e.g., Office 365, Azure):
How? Reuse the permissions.default system (like camera/mic denials).
Auto-Contain Microsoft Services
Treat Microsoft domains as high-risk by default:
"Recall Resistance" Toggle in about:config
Add a master switch (e.g., privacy.resist_recall):
Heuristic Detection of Recall-Like Activity
Flag scripts that:
Bonus: Visual warning (🔒 icon in address bar) when detected.
Why Mozilla Should Do This
Action Plan for Mozilla
Beta Was this translation helpful? Give feedback.
All reactions