We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0642571 commit 47ec892Copy full SHA for 47ec892
.htmltest.yml
@@ -36,7 +36,9 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
36
- ^https://www\.googletagmanager\.com
37
- ^(https:)?//translate.google.com
38
39
- - ^https?://localhost\b
+ # Don't ignore `:1313` since it is often a docs link copy-paste error, e.g.:
40
+ # https://github.com/open-telemetry/opentelemetry.io/pull/6123
41
+ - ^https?://localhost(:([^1]|16*)|(/.*)?$)
42
- ^https?://127\.0\.0\.1\b
43
- ^https?://(otel-demo|traefik)\.localhost
44
0 commit comments