0410f: FF54 report mistake urls
This commit is contained in:
parent
9a76ccbfda
commit
d3e1fe3a1c
4
user.js
4
user.js
@ -284,6 +284,10 @@ user_pref("browser.safebrowsing.reportMalwareMistakeURL", "");
|
|||||||
user_pref("browser.safebrowsing.reportPhishMistakeURL", "");
|
user_pref("browser.safebrowsing.reportPhishMistakeURL", "");
|
||||||
user_pref("browser.safebrowsing.reportPhishURL", "");
|
user_pref("browser.safebrowsing.reportPhishURL", "");
|
||||||
user_pref("browser.safebrowsing.provider.google4.reportURL", ""); // (FF50+)
|
user_pref("browser.safebrowsing.provider.google4.reportURL", ""); // (FF50+)
|
||||||
|
user_pref("browser.safebrowsing.provider.google.reportMalwareMistakeURL", ""); // (FF54+)
|
||||||
|
user_pref("browser.safebrowsing.provider.google.reportPhishMistakeURL", ""); // (FF54+)
|
||||||
|
user_pref("browser.safebrowsing.provider.google4.reportMalwareMistakeURL", ""); // (FF54+)
|
||||||
|
user_pref("browser.safebrowsing.provider.google4.reportPhishMistakeURL", ""); // (FF54+)
|
||||||
/* 0410g: show=true or hide=false the 'ignore this warning' on Safe Browsing warnings which
|
/* 0410g: show=true or hide=false the 'ignore this warning' on Safe Browsing warnings which
|
||||||
* when clicked bypasses the block for that session. This is a means for admins to enforce SB
|
* when clicked bypasses the block for that session. This is a means for admins to enforce SB
|
||||||
* [TEST] see github wiki APPENDIX C: Test Sites: Section 5
|
* [TEST] see github wiki APPENDIX C: Test Sites: Section 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user