googlemaps / google-maps-services-js

Node.js client library for Google Maps API Web Services
Apache License 2.0
2.86k stars 631 forks source link

Cross-Origin-Resource-Policy missing from response header of khms0.googleapis.com and khms1.googleapis.com #1189

Open AndreasVidovic opened 3 months ago

AndreasVidovic commented 3 months ago

Cross-Origin-Resource-Policy missing from response header of khms0.googleapis.com and khms1.googleapis.com. This prevents satellite images from loading if Cross-Origin-Embedder-Policy: "require-corp"is configured.

Environment details

  1. API: Map Tiles API
  2. OS: MacOS Sonoma 14.4.1

Steps to reproduce

  1. Open a terminal and run the following command curl -i https://khms1.googleapis.com/kh\?v\=969\&hl\=sv-SE\&x\=35177\&y\=20498\&z\=16. This command lists the response headers. Cross-Origin-Resource-Policy is not included.
wangela commented 3 months ago

If you would like to upvote the priority of this issue, please comment below or react on the original post above with :+1: so we can see what is popular when we triage.

@AndreasVidovic Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.