mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-30 03:42:15 +00:00
?!
This commit is contained in:
@@ -24,6 +24,8 @@ def create_browser():
|
|||||||
# No caching, please and thank you
|
# No caching, please and thank you
|
||||||
options.add_argument("--aggressive-cache-discard")
|
options.add_argument("--aggressive-cache-discard")
|
||||||
options.add_argument("--disk-cache-size=0")
|
options.add_argument("--disk-cache-size=0")
|
||||||
|
# God Save The Queen
|
||||||
|
options.add_argument("--lang=en_GB")
|
||||||
if os.environ.get('CI', False):
|
if os.environ.get('CI', False):
|
||||||
options.add_argument("--headless")
|
options.add_argument("--headless")
|
||||||
options.add_argument("--no-sandbox")
|
options.add_argument("--no-sandbox")
|
||||||
|
|||||||
Reference in New Issue
Block a user