From ccec62f66b10e2f205c59fe5386ffe426bf78bdc Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 3 May 2019 02:09:35 +0000 Subject: [PATCH] SB reporting URLs, closes #710 - the two reportURLs required the user to actively opt to send a report - the other five reporting URLs use Mozilla domains, which is not a problem. Not entirely sure if they get used or how, don't care - the dataSharingURL is not needed, the corresponding .enabled pref is sufficent --- scratchpad-scripts/ghacks-clear-[removed].js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scratchpad-scripts/ghacks-clear-[removed].js b/scratchpad-scripts/ghacks-clear-[removed].js index fa78bc7..26a4f84 100644 --- a/scratchpad-scripts/ghacks-clear-[removed].js +++ b/scratchpad-scripts/ghacks-clear-[removed].js @@ -128,6 +128,14 @@ 'browser.cache.disk.smart_size.enabled', 'browser.cache.disk.smart_size.first_run', 'browser.safebrowsing.downloads.remote.url', + 'browser.safebrowsing.provider.google.reportMalwareMistakeURL', + 'browser.safebrowsing.provider.google.reportPhishMistakeURL', + 'browser.safebrowsing.provider.google.reportURL', + 'browser.safebrowsing.provider.google4.dataSharingURL', + 'browser.safebrowsing.provider.google4.reportMalwareMistakeURL', + 'browser.safebrowsing.provider.google4.reportPhishMistakeURL', + 'browser.safebrowsing.provider.google4.reportURL', + 'browser.safebrowsing.reportPhishURL', 'browser.sessionhistory.max_total_viewers' 'browser.urlbar.filter.javascript', 'canvas.capturestream.enabled',