Add support for blacklisting http://
(or other schemes)
#213
Labels
enhancement
New feature or request
http://
(or other schemes)
#213
Given that today HTTPS is almost mandatory, it would be useful to have an option to report the presence of
http://
URLs.As an extension to this, perhaps add a way to warn the user if other schemes are used, like for example
ftp://
,slack://
, etc.Perhaps the simplest way to achieve this is to have either:
--allow-scheme http --allow-scheme https --alow-scheme ftp --allow-scheme mailto
where any scheme not listed is warned;--deny-scheme gopher --deny-scheme gemini
where any scheme listed is warned;--allow-scheme
and--deny-scheme
makes no sense;)The text was updated successfully, but these errors were encountered: