Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: run.py

Issue 29337707: No issue - disable signing enforcement to run crawler (Closed)
Patch Set: Created Feb. 25, 2016, 3:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: run.py
diff --git a/run.py b/run.py
index bd31cfe1afd074572658a67a3ef5aa5e0488679e..35ecd82a5c68ddcc4db59c0e701e4406d1998438 100755
--- a/run.py
+++ b/run.py
@@ -139,6 +139,7 @@ def run():
'browser.tabs.warnOnCloseOtherTabs': False,
'browser.uitour.enabled': False,
'prompts.tab_modal.enabled': False,
+ 'xpinstall.signatures.required': False,
}
)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld