Bug 1141052 - Change SelfSupport test preferences to use HTTPS instead of HTTP. r=gfritzsche

This commit is contained in:
Alessio Placitelli
2015-03-19 03:45:00 -04:00
parent 86d4e415b2
commit 7315a1a433
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ DEFAULT_NO_CONNECTIONS_PREFS = {
'browser.safebrowsing.gethashURL': 'http://localhost/safebrowsing-dummy/gethash',
'browser.safebrowsing.reportURL': 'http://localhost/safebrowsing-dummy/report',
'browser.safebrowsing.malware.reportURL': 'http://localhost/safebrowsing-dummy/malwarereport',
'browser.selfsupport.url': 'http://localhost/repair-dummy',
'browser.selfsupport.url': 'https://localhost/selfsupport-dummy',
'browser.trackingprotection.gethashURL': 'http://localhost/safebrowsing-dummy/gethash',
'browser.trackingprotection.updateURL': 'http://localhost/safebrowsing-dummy/update',