Skip to content

Commit 335c0e7

Browse files
aleksei-cliqzalver-cliqz
authored andcommitted
DB-2438: fix phishing url report in all.js
1 parent 497bcee commit 335c0e7

File tree

1 file changed

+1
-1
lines changed
  • mozilla-release/modules/libpref/init

1 file changed

+1
-1
lines changed

mozilla-release/modules/libpref/init/all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4435,7 +4435,7 @@ pref("browser.safebrowsing.provider.google4.advisoryName", "Google Safe Browsing
44354435
pref("browser.safebrowsing.provider.google4.dataSharingURL", "https://safebrowsing.googleapis.com/v4/threatHits?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST");
44364436
pref("browser.safebrowsing.provider.google4.dataSharing.enabled", false);
44374437

4438-
pref("browser.safebrowsing.reportPhishURL", "https://safebrowsing.google.com/safebrowsing/report_phish/?tpl=cliqz&hl=%LOCALE%&url=");
4438+
pref("browser.safebrowsing.reportPhishURL", "https://cliqz.com/report-url");
44394439

44404440
// Mozilla Safe Browsing provider (for tracking protection and plugin blocking)
44414441
pref("browser.safebrowsing.provider.mozilla.pver", "2.2");

0 commit comments

Comments
 (0)