webhintio / hint

💡 A hinting engine for the web

Home Page:https://webhint.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Create code action for "No Protocol-Relative URLs" hint

mliao95 opened this issue · comments

See documentation on hint here: https://webhint.io/docs/user-guide/hints/hint-no-protocol-relative-urls/

Triggers + Code Action solutions:

  • File contains protocol-relative URLs like "//example1.com/style.css"
    • Code Action: Prefix all instances of // with https://