We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276d133 commit 3252d9cCopy full SHA for 3252d9c
check_mixedcontent.sh
@@ -8,5 +8,5 @@ else
8
fi
9
echo "Running mixed content report"
10
# 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 ;
+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 ;
12
echo "report finsihed."
0 commit comments