Access-Control-Allow-Origin header on Google App Engine

后端 未结 2 1857
小蘑菇
小蘑菇 2020-12-15 23:31

I have a website hosted on App Engine (python2.7) and a linked blogger on the subdomain. I use shared resources on the blogger account. Specifically, I share icon fonts whic

2条回答
  •  伪装坚强ぢ
    2020-12-16 00:28

    If your assets are stored in Google Cloud Storage, you can set the headers by following this guide: https://cloud.google.com/storage/docs/cross-origin

提交回复
热议问题