This commit is contained in:
Licaon_Kter 2023-09-21 07:31:54 +00:00 committed by Hans-Christoph Steiner
parent 4a9b69a720
commit 4d0117d54c

View file

@ -141,7 +141,9 @@ http_checks = (
re.compile( re.compile(
r'^https://[^/]*(github|gitlab|bitbucket|rawgit|githubusercontent)\.[a-zA-Z]+/([^/]+/){2,3}(master|main)/' r'^https://[^/]*(github|gitlab|bitbucket|rawgit|githubusercontent)\.[a-zA-Z]+/([^/]+/){2,3}(master|main)/'
), ),
_("Use /HEAD instead of /master or /main to point at a file in the default branch"), _(
"Use /HEAD instead of /master or /main to point at a file in the default branch"
),
), ),
] ]
) )