mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 18:00:35 +00:00
All docs.github.com URLs return 403 Forbidden, although they work. This seems to be a new behavior, as it was working less than a week ago. This happens in CI across submariner-io repos and locally. $ curl -I https://docs.github.com/ HTTP/2 403 Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
17 lines
310 B
JSON
17 lines
310 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://docs.github.com"
|
|
},
|
|
{
|
|
"pattern": "^https://github.com/\\S+/\\S+/(issues|pull)/[0-9]+"
|
|
},
|
|
{
|
|
"pattern": "^http://localhost:"
|
|
},
|
|
{
|
|
"pattern": "^https://submariner-io.github.io/submariner-charts/charts"
|
|
}
|
|
]
|
|
}
|