From 55026a4990e4971117a764a817bb7be6b0df5820 Mon Sep 17 00:00:00 2001 From: Manuel Kiessling Date: Sat, 11 Mar 2017 13:36:44 +0100 Subject: [PATCH] Avoid HAR-capturing of Firefox OCSP requests to digicert. --- bin/run-testcase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-testcase.sh b/bin/run-testcase.sh index 5bee7f3..35ef15d 100644 --- a/bin/run-testcase.sh +++ b/bin/run-testcase.sh @@ -27,7 +27,7 @@ sleep $[ ( $RANDOM % 10 ) + 1 ]s --driver firefox \ --cli-args "--new-instance" \ --proxy localhost:$PROXY_PORT \ - --no-proxy mozilla.com,mozilla.org,mozilla.net \ + --no-proxy mozilla.com,mozilla.org,mozilla.net,digicert.com \ --width 1920 \ --height 1200 \ --screenshot-on-fail /var/tmp/journeymonitor-screenshots \