Bug 840705 - Use HTTPS instead of HTTP for Yahoo RSS. r=MattN

This commit is contained in:
Raymond Lee 2014-01-12 08:11:00 -05:00
parent 64b6c756fc
commit 4e5aae6e7b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ browser.search.order.3=Bing
# This is the default set of web based feed handlers shown in the reader
# selection UI
browser.contentHandlers.types.0.title=My Yahoo!
browser.contentHandlers.types.0.uri=http://add.my.yahoo.com/rss?url=%s
browser.contentHandlers.types.0.uri=https://add.my.yahoo.com/rss?url=%s
# increment this number when anything gets changed in the list below. This will
# cause Firefox to re-read these prefs and inject any new handlers into the

View File

@ -30,4 +30,4 @@ gecko.handlerService.schemes.mailto.1.uriTemplate=https://mail.google.com/mail/?
# This is the default set of web based feed handlers shown in the reader
# selection UI
browser.contentHandlers.types.0.title=My Yahoo!
browser.contentHandlers.types.0.uri=http://add.my.yahoo.com/rss?url=%s
browser.contentHandlers.types.0.uri=https://add.my.yahoo.com/rss?url=%s