Skip to content

Commit 3252d9c

Browse files
committed
Allowing remote calls
1 parent 276d133 commit 3252d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_mixedcontent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ else
88
fi
99
echo "Running mixed content report"
1010
# e.g. arg could be _site for a jekyll site
11-
find $1 -name "*.html" | xargs phantomjs --debug=$debug --web-security=false --disk-cache=true --ignore-ssl-errors=false --load-images=true --output-encoding=utf-8 report-mixed-content.js ;
11+
find $1 -name "*.html" | xargs phantomjs --debug=$debug --local-to-remote-url-access=true --web-security=false --disk-cache=true --ignore-ssl-errors=false --load-images=true --output-encoding=utf-8 report-mixed-content.js ;
1212
echo "report finsihed."

0 commit comments

Comments
 (0)