Skip to main content
Detects links from HTTPS pages to HTTP destinations
Rule IDlinks/https-downgrade
CategoryLinks
ScopePer-page
Severitywarning
Weight5/10

Solution

Links from HTTPS to HTTP pages create security warnings and break the trust chain. Users may see ‘not secure’ warnings. Update all links to use HTTPS. If the target site doesn’t support HTTPS, consider if you really need to link there. For internal links, ensure your entire site uses HTTPS.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["links/https-downgrade"]
squirrel.toml
[rules]
disable = ["links/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["links/https-downgrade"]
disable = ["*"]