Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 345 Bytes

File metadata and controls

22 lines (16 loc) · 345 Bytes

disallow the use of absolute URLs (no-absolute-url)

Absolute URLs will be terrible to maintain and debug. It is considered best-practice to use relative URLs.

Rule Details

Fail

'https://github.com'
'https://github.com'

Pass

'https'
'http'
'//github.com'
'&url=https://github.com'
'&url=https://github.com'