To test it I've quickly set up a test bucket with a bare minimum CORS rule set: ```json [ { "

To test it I've quickly set up a test bucket with a bare minimum CORS rule set:
[
  {
    "AllowedOrigins": [
      "*"
    ],
    "AllowedMethods": [
      "GET"
    ]
  }
]

It works just fine with font files and the CORS headers are added to the response.
Here's the test url: https://pub-39985ea202da4f348be027c2d73de5a9.r2.dev/Inter-italic.var.woff2
Was this page helpful?