gpt4 book ai didi

firefox - 如何配置 Amazon S3 CORS 以便 Firefox 加载远程托管的网络字体?

转载 作者:行者123 更新时间:2023-12-02 21:23:53 37 4
gpt4 key购买 nike

我一直在尝试将 Amazon S3 设置为 webfont 文件主机,以便在 Tumblr 上使用 webfonts。

亚马逊建议的 CORS 配置适用于除 Firefox 之外的所有浏览器,这与亚马逊在 S3 中启用此新 CORS 功能之前的情况完全相同。

<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<CORSRule>
<AllowedOrigin>http://fonttester.tumblr.com/</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<MaxAgeSeconds>3000</MaxAgeSeconds>
<AllowedHeader>Authorization</AllowedHeader>
</CORSRule>
</CORSConfiguration>

我应该使用不同的配置吗?

最佳答案

您必须添加以下内容

<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<MaxAgeSeconds>3000</MaxAgeSeconds>
<AllowedHeader>*</AllowedHeader>
</CORSRule>

关于firefox - 如何配置 Amazon S3 CORS 以便 Firefox 加载远程托管的网络字体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12287675/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com