From 297ae503fa5e1cda04e25a0143a1c70eeb79e7b8 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 27 Jul 2022 00:47:56 +0600 Subject: [PATCH] Update Amazon S3 / cdn --- src/technologies/a.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 02b17452f..02e3af5e3 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2459,12 +2459,13 @@ }, "Amazon S3": { "cats": [ - 19 + 31 ], "description": "Amazon S3 or Amazon Simple Storage Service is a service offered by Amazon Web Services (AWS) that provides object storage through a web service interface.", "headers": { - "Content-Security-Policy": "s3\\.[^ ]*amazonaws\\.com", - "server": "^AmazonS3$" + "Content-Security-Policy": "s3[^ ]*amazonaws\\.com\\s", + "server": "^AmazonS3$", + "Content-Security-Policy-Report-Only": "s3[^ ]*\\.amazonaws\\.com\\s" }, "icon": "aws-s3.svg", "implies": "Amazon Web Services",