Skip to content

Commit

Permalink
Ignore some URLs that don't seem to work with htmlproofer
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed May 16, 2020
1 parent 9b2d860 commit e4acca0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .ci/url_ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://amzn.com/B00QRRZ2QM
https://blogs.oracle.com/linux/strace-the-sysadmins-microscope-v2
https://tiswww.case.edu/php/chet/readline/rltop.html
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ before_script:
- gem install html-proofer
script:
- bundle exec jekyll build
- htmlproofer --check-html --check-favicon ./_site
- >-
htmlproofer ./_site
--check-html
--check-favicon
--check-external-hash
--check-img-http
--check-opengraph
--empty-alt-ignore
--url-ignore $(paste -sd ',' < .ci/url_ignore)
2 changes: 1 addition & 1 deletion _2019/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ also has a good blog post on [travel security
advice](https://medium.com/@thegrugq/stop-fabricating-travel-security-advice-35259bf0e869)
that's worth reading. We'll repeat much of the advice from those sources
here, plus some more. Also, get a [USB data
blocker](https://www.amazon.com/dp/B00QRRZ2QM), because [USB is
blocker](https://amzn.com/B00QRRZ2QM), because [USB is
scary](https://www.bleepingcomputer.com/news/security/heres-a-list-of-29-different-types-of-usb-attacks/).

## Authentication
Expand Down

0 comments on commit e4acca0

Please sign in to comment.