1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/www/htmltest.yml
Carlos A Becker 48f77f9ea4
build: fix htmltest config
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2023-01-16 22:14:23 -03:00

29 lines
679 B
YAML

IgnoreURLs:
- www.google-analytics.com
- fonts.gstatic.com
- opencollective.com
- https://gitlab.com/-/profile/personal_access_tokens
- https://twitter.com/goreleaser
- support.discord.com
- microsoft.com
- https://github.com/goreleaser/goreleaser/edit/
- https://discord.com/
- https://gofi.sh
- https://docs.mattermost.com
- https://github.com/goreleaser/goreleaser/pkgs
- https://iron.security
- https://marketplace.visualstudio.com
- linkedin.com
- repology.org
- reddit.com
- docs.github.com
- help.github.com
IgnoreDirs:
- overrides
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
ExternalTimeout: 60
HTTPHeaders:
"Range": "bytes=0-10"
"Accept": "*/*"