aws s3 存储桶获取引用策略:strict-origin-when-cross-origin

问题描述

所以我们使用的是 S3 存储桶,当我尝试获取我在 Chrome 中获得的资源时:

Referrer Policy: strict-origin-when-cross-origin

我已经申请了 S3 存储桶:

[
    {
        "AllowedHeaders": [
            "*"
        ],"AllowedMethods": [
            "GET","PUT","POST"
        ],"AllowedOrigins": [
            "*"
        ],"ExposeHeaders": [],"MaxAgeSeconds": 3000
    }
]

也适用于 CloudFront:

enter image description here

仍然没有运气,继续收到以下错误。 我试图基本上禁用 CORS 并允许任何来源。

enter image description here

谢谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)