Skip to content

Commit

Permalink
add another trusted host
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <[email protected]>
  • Loading branch information
duglin committed Nov 20, 2024
1 parent b131f97 commit 1f9ae94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ async def _uri_availability_issues(uri: HttpUri, settings: Settings) -> Sequence
if "example.com" in uri: return []
if "ietf.org" in uri: return []
if "rfc-edit.org" in uri: return []
if "iso20022.org" in uri: return []

try:
for attempt in Retrying(stop=stop_after_attempt(settings.http_max_get_attemps)):
Expand Down

0 comments on commit 1f9ae94

Please sign in to comment.