Skip to content

Commit

Permalink
cors fixs works, applying to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
micheal-w-wells committed Sep 29, 2023
1 parent 2b66bab commit 14b5b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appv2/src/state/sagas/map/online.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export function* handle_IAPP_GEOJSON_GET_ONLINE(action) {
'Content-Type': 'application/json',
'Access-Control-Allow-Origin': '*',
'Accept-Encoding': 'gzip, deflate, br',
'Cache-Control': 'max-age=86400'
'Cache-Control': 'max-age=86400',
'Sec-Fetch-Mode': 'no-cors'
},

url: 'https://nrs.objectstore.gov.bc.ca/seeds/iapp_geojson_gzip.gz'
Expand Down

0 comments on commit 14b5b91

Please sign in to comment.