Merge pull request #6573 from nurbek91/Amazon_S3

Update Amazon S3 / cdn
main
Elbert Alias 2 years ago committed by GitHub
commit 43736494f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save