mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
f55f3002b3
commit
2c44fc1958
@ -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'},
|
||||
|
Loading…
Reference in New Issue
Block a user