diff --git a/src/technologies/a.json b/src/technologies/a.json index 7d8ddc653..82b029b5c 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2463,12 +2463,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",