|
| 1 | +CacheExpires: 9000h # ~ 12 months |
1 | 2 | DirectoryPath: public |
| 3 | +TestFilesConcurrently: true |
2 | 4 | CheckDoctype: false # Sadly, this is false only because of `static/google*.html` |
| 5 | +CheckMailto: false |
3 | 6 | IgnoreAltMissing: true # FIXME |
4 | 7 | IgnoreDirectoryMissingTrailingSlash: true # FIXME |
5 | 8 | IgnoreDirs: |
6 | 9 | IgnoreEmptyHref: true # FIXME |
7 | 10 | IgnoreInternalEmptyHash: true # FIXME |
8 | 11 | IgnoreInternalURLs: # list of paths |
9 | 12 | IgnoreURLs: # list of regexs of paths or URLs to be ignored |
| 13 | + # Ignore Docsy-generated GitHub links for now |
| 14 | + - ^https?://github\.com/.*?/.*?/(new|edit)/ # view-page, edit-source etc |
| 15 | + |
| 16 | + # TUF |
10 | 17 | - ^/specification/ |
| 18 | + - ^https://cse.google.com |
| 19 | + |
| 20 | + # FIXME: 4XXs reported by checker, which we ignore until we have time to fix them |
| 21 | + # Get "https://events17.linuxfoundation.org/events/kubecon-and-cloudnativecon-north-america/program/schedule": x509: certificate is valid for *.cass.oregonstate.edu, not events17.linuxfoundation.org --- resources/news/index.html |
| 22 | + - ^https://events17.linuxfoundation.org/events/kubecon-and-cloudnativecon-north-america/program/schedule |
| 23 | + # Non-OK status: 403 --- resources/news/index.html |
| 24 | + - ^https://schd.ws/hosted_files/linuxconcontainerconeurope2016/50/When%20the%20going%20gets%20tough%2C%20get%20TUF%20going%21%20Linuxcon%20EU.pdf |
| 25 | + # Non-OK status: 403 --- resources/news/index.html |
| 26 | + - ^https://www.forbes.com/sites/.../uptane-will-protect-your-connected-car-from-hackers |
| 27 | + # Non-OK status: 403 --- resources/news/index.html |
| 28 | + - ^https://www.tmcnet.com/usubmit/2019/05/28/8963021.htm |
| 29 | + # Non-OK status: 404 --- community/adoptions/index.html |
| 30 | + - ^https://github.com/bottlerocket-os/bottlerocket/tree/develop/sources/updater |
| 31 | + # Non-OK status: 404 --- resources/news/index.html |
| 32 | + - ^https://www.d2pmagazine.com/2020/04/02/6099/ |
| 33 | + # Non-OK status: 404 --- resources/news/index.html |
| 34 | + - ^https://www.just-auto.com/news/here-and-uptane-team-on-automotiveiot-security_id188912.aspx |
| 35 | + # Non-OK status: 404 --- resources/news/index.html |
| 36 | + - ^https://www.linuxfoundation.org/cloud-containers-virtualization/cncf-host-two-security-projects-notary-tuf-specification/ |
| 37 | + # Non-OK status: 404 --- resources/news/index.html |
| 38 | + - ^https://www.ustream.tv/recorded/64499822#t=1h54m0s |
| 39 | + # Non-OK status: 503 --- resources/news/index.html |
| 40 | + - ^https://www.airbiquity.com |
| 41 | + # Non-OK status: 503 --- resources/news/index.html |
| 42 | + - ^https://www.airbiquity.com/news/press-releases/airbiquity-bolsters-otamatictm-security-and-data-analytic-features-latest-over-air-ota-software-and-data-management-offering-aut |
| 43 | + # Non-OK status: 503 --- resources/news/index.html |
| 44 | + - ^https://www.airbiquity.com/news/press-releases/airbiquity-otamatic-named-2017-new-product-year-business-intelligence-group |
| 45 | + # Non-OK status: 503 --- resources/news/index.html |
| 46 | + - ^https://www.airbiquity.com/news/press-releases/airbiquity-otamatic-named-2017-new-product-year-business-intelligence-group |
| 47 | + # request exceeded our ExternalTimeout --- docs/security/audits/index.html |
| 48 | + - ^https://www.nccgroup.trust/globalassets/our-research/us/public-reports/2017/ncc-group-kolide-the-update-framework-security-assessment.pdf |
| 49 | + # request exceeded our ExternalTimeout --- resources/news/index.html |
| 50 | + - ^http://www.enterprisecloudnews.com/author.asp |
0 commit comments