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 51f808c commit a271de4Copy full SHA for a271de4
1 file changed
.github/workflows/wellknown-enforcement.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Mixed content check
78
run: |
79
- 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|package-publishers/|coq-ecosystem/|node_modules/|third-party/|vendor/' | head -5 || true)
80
if [ -n "$MIXED" ]; then
81
echo "::error::Mixed content (HTTP in HTML)"
82
echo "$MIXED"
0 commit comments