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 bc398ce commit a462d5aCopy full SHA for a462d5a
1 file changed
.github/workflows/wellknown-enforcement.yml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Mixed content check
75
run: |
76
- MIXED=$(grep -rE 'src="http://|href="http://' --include="*.html" --include="*.htm" . 2>/dev/null | grep -vE 'localhost|127\.0\.0\.1|example\.com' | head -5 || true)
+ MIXED=$(grep -rE 'src="http://|href="http://' --include="*.html" --include="*.htm" . 2>/dev/null | grep -vE 'localhost|127\.0\.0\.1|example\.com|echidna-playground/|external_corpora/|node_modules/' | head -5 || true)
77
if [ -n "$MIXED" ]; then
78
echo "::error::Mixed content (HTTP in HTML)"
79
echo "$MIXED"
0 commit comments