Update _headers: CORS
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
/.fs/_plug/*
|
||||
X-Last-Modified: 12345
|
||||
X-Permission: ro
|
||||
access-control-allow-headers: *
|
||||
access-control-allow-methods: GET,POST,PUT,DELETE,OPTIONS
|
||||
access-control-allow-origin: *
|
||||
access-control-expose-headers: *
|
||||
/.fs/*
|
||||
X-Last-Modified: 12345
|
||||
X-Permission: rw
|
||||
access-control-allow-headers: *
|
||||
access-control-allow-methods: GET,POST,PUT,DELETE,OPTIONS
|
||||
access-control-allow-origin: *
|
||||
access-control-expose-headers: *
|
||||
|
||||
Reference in New Issue
Block a user