Skip to content

Commit

Permalink
Avoid HAR-capturing of Firefox OCSP requests to digicert.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Mar 11, 2017
1 parent b71666a commit 55026a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-testcase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 55026a4

Please sign in to comment.