mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Update worker.js
This commit is contained in:
parent
295c7b3cfb
commit
eaef9f984b
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ async function handleRequest(request, destinationUrl, iteration = 0) {
|
|||
|
||||
// Set CORS headers
|
||||
response.headers.set("Access-Control-Allow-Origin", '*');
|
||||
response.headers.set('Access-Control-Expose-Headers', 'PHPSESSID');
|
||||
|
||||
// Get and set PHPSESSID cookie
|
||||
const cookies = response.headers.get('Set-Cookie');
|
||||
|
|
Loading…
Reference in a new issue