Add flickr.com to excluded external URLs

I think they've changed their webcrawler policy recently?
This commit is contained in:
Matthew Wang 2024-12-28 15:38:50 -08:00
parent e2c9b4fda1
commit 75eff6ad92
No known key found for this signature in database
GPG Key ID: 0C8DB42BF157DEAB

View File

@ -86,7 +86,7 @@ jobs:
with:
config: fixtures/html5validator-config.yml
- name: Test with html-proofer
run: bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/"
run: bundle exec htmlproofer _site --ignore-urls "/github.com/,/web.archive.org/,/flickr.com/"
env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true