update qutebrowser and whitelist more hosts
This commit is contained in:
parent
b0b2c51729
commit
ebfe1d7f07
@ -64,6 +64,10 @@ allowed = [ 'https://calendar.google.com/*'
|
|||||||
, 'https://secure.ogone.com/*' # bancontact
|
, 'https://secure.ogone.com/*' # bancontact
|
||||||
, 'https://belgium-3dsecure.wlp-acs.com/*' # bancontact
|
, 'https://belgium-3dsecure.wlp-acs.com/*' # bancontact
|
||||||
, 'https://*.axabank.be/*'
|
, 'https://*.axabank.be/*'
|
||||||
|
, 'https://*.ing.be/*'
|
||||||
|
, 'https://accounts.google.com/*'
|
||||||
|
, 'https://www.openstreetmap.org/*'
|
||||||
|
, 'https://web.whatsapp.com'
|
||||||
]
|
]
|
||||||
|
|
||||||
for pattern in allowed:
|
for pattern in allowed:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
# EASY-INSTALL-ENTRY-SCRIPT: 'qutebrowser==1.2.1','gui_scripts','qutebrowser'
|
# EASY-INSTALL-ENTRY-SCRIPT: 'qutebrowser==1.3.3','gui_scripts','qutebrowser'
|
||||||
__requires__ = 'qutebrowser==1.2.1'
|
__requires__ = 'qutebrowser==1.3.3'
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
from pkg_resources import load_entry_point
|
from pkg_resources import load_entry_point
|
||||||
@ -8,5 +8,5 @@ from pkg_resources import load_entry_point
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||||
sys.exit(
|
sys.exit(
|
||||||
load_entry_point('qutebrowser==1.2.1', 'gui_scripts', 'qutebrowser')()
|
load_entry_point('qutebrowser==1.3.3', 'gui_scripts', 'qutebrowser')()
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user