Closed BartG95 closed 9 months ago
It would be nice to able to verify a local security.txt file on my computer.
Positive consequences:
Negative consequences:
Workaround as long as this is not implemented:
How this could be implemented:
is_local
With version 0.9.2 it is now possible to test local files by adding the is_local flag to True and passing a local path as the url parameter. This will only validate the content of the file given
It would be nice to able to verify a local security.txt file on my computer.
Positive consequences:
Negative consequences:
Workaround as long as this is not implemented:
How this could be implemented:
is_local
to the constructor, and use it branch between a HTTP request and just opening a file.