We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391634c commit 10fe3dfCopy full SHA for 10fe3df
.htmltest.yml
@@ -11,8 +11,14 @@ IgnoreDirectoryMissingTrailingSlash: true
11
IgnoreSSLVerify: true
12
IgnoreURLs: # List URLS that are not published, false positives, websites refusing crawlers
13
# Unauthorized (403)
14
+ - "^./1.1.x/index.html$"
15
+ - "^./1.2.x/index.html$"
16
- "^./pr-.*/index.html$"
17
+ - "^./release-1..*/index.html$"
18
+ - "^./rhdh-1.0/index.html$"
19
+ - "^./rhdh-1.1.x/index.html$"
20
- "^index.html$"
21
+ - "^pulls.html$"
22
- http://creativecommons.org/licenses/by-sa/3.0/
23
- https://developers.redhat.com
24
- https://docs.github.com/
0 commit comments