-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathexternal-link-allowlist.json
More file actions
16 lines (16 loc) · 2.45 KB
/
Copy pathexternal-link-allowlist.json
File metadata and controls
16 lines (16 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"description": "Exact external URLs which cannot be probed reliably. Every entry requires a narrow reason.",
"urls": {
"https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html": "AWS serves this public ECS task-networking page to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html": "AWS serves this public SQS visibility-timeout page to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-messages.html": "AWS serves this public SQS message-quotas page to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues-at-least-once-delivery.html": "AWS serves this public SQS delivery-semantics page to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html": "AWS serves this public SQS overview page to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
"https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html": "AWS serves this public CLI configuration page to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
"https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/creds-assign.html": "AWS serves this public SDK credential-resolution page to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
"https://docs.aws.amazon.com/streams/latest/dev/introduction.html": "AWS serves this public Kinesis overview to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
"https://www.nuget.org/packages/Microsoft.Orleans.DurableMessaging": "The new Durable Messaging package is documented but not yet published; remove this entry and its unpublished API-package entry after publication.",
"https://en.wikipedia.org/wiki/Kalman_filter": "Wikipedia serves this public article to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403.",
"https://www.f5.com/company/blog/nginx/nginx-power-of-two-choices-load-balancing-algorithm": "The F5 site serves this canonical NGINX article to browsers but rejects the bounded automated HEAD/GET probe with HTTP 403."
}
}