google-adsense
google-adsense copied to clipboard
fix: do not use protocol-relative URL
A protocol-relative URL has multiple downsides, most notably security and performance-wise. This PR changes it to use the fully qualified https: protocol More information: https://webhint.io/docs/user-guide/hints/hint-no-protocol-relative-urls/