Reposting my comment about this from the other discussion (<a href="https://news.ycombinator.com/item?id=36590507">https://news.ycombinator.com/item?id=36590507</a>):<p>I searched a bit through the documentation and code, and these were my findings. I thought I'd share them for others that are interested and for future reference.<p>Currently, there are no domains blocked, they would appear on this API endpoint: <a href="https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/addons-manager-settings/records" rel="nofollow noreferrer">https://firefox.settings.services.mozilla.com/v1/buckets/mai...</a><p>This is the JSON schema for this API endpoint: <a href="https://firefox.settings.services.mozilla.com/v1/buckets/main/collections/addons-manager-settings" rel="nofollow noreferrer">https://firefox.settings.services.mozilla.com/v1/buckets/mai...</a><p>More information on the remote settings in general: AMRemoteSettings Overview - quarantinedDomains: <a href="https://firefox-source-docs.mozilla.org/toolkit/mozapps/extensions/addon-manager/AMRemoteSettings-overview.html#quarantineddomains" rel="nofollow noreferrer">https://firefox-source-docs.mozilla.org/toolkit/mozapps/exte...</a>
Remote Settings documentation: <a href="https://remote-settings.readthedocs.io/en/latest/index.html" rel="nofollow noreferrer">https://remote-settings.readthedocs.io/en/latest/index.html</a><p>Remote Settings DevTools - where you can see all the remote settings, that get set: <a href="https://github.com/mozilla-extensions/remote-settings-devtools">https://github.com/mozilla-extensions/remote-settings-devtoo...</a><p>EDIT: Seems like there are many settings that already get automatically set via AMRemoteSettings (including search-engine configs, cert revocations, dns over https providers, password rules for specific domains, top-sites, URL tracking parameters to clean, etc.). We will see how this new setting will be used, it can be easily disabled (<a href="https://support.mozilla.org/en-US/kb/quarantined-domains" rel="nofollow noreferrer">https://support.mozilla.org/en-US/kb/quarantined-domains</a>) and you will get a warning if an Add-On is blocked from accessing the site. Also seems like there will be a UI for this in v116 (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1837670" rel="nofollow noreferrer">https://bugzilla.mozilla.org/show_bug.cgi?id=1837670</a>), where you can configure this better than just disabling this feature completely.