Back to Developer Roadmap

Use Same Protocol

src/data/best-practices/frontend-performance/content/use-same-protocol.md

4.0223 B
Original Source

Use same Protocol

Avoid having your website serving files coming from source using HTTP on your website which is using HTTPS for example. If your website is using HTTPS, external files should come from the same protocol.