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
+1 -1
View File
@@ -86,7 +86,7 @@ jobs:
with: with:
config: fixtures/html5validator-config.yml config: fixtures/html5validator-config.yml
- name: Test with html-proofer - 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: env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true NOKOGIRI_USE_SYSTEM_LIBRARIES: true