Bug 1157299 - Use HTTPS for mach pastebin. r=gps

Submitting to HTTP just redirects to the main page on HTTPS, without storing the paste.
This commit is contained in:
Mike Hommey 2015-04-24 10:02:56 +09:00
parent f55f3002b3
commit 2c44fc1958

View File

@ -222,7 +222,7 @@ class PastebinProvider(object):
import sys
import urllib
URL = 'http://pastebin.mozilla.org/'
URL = 'https://pastebin.mozilla.org/'
FILE_TYPES = [{'value': 'text', 'name': 'None', 'extension': 'txt'},
{'value': 'bash', 'name': 'Bash', 'extension': 'sh'},