daydreamer-json commited on
Commit
02d0ead
·
unverified ·
1 Parent(s): 2935a2a

Update aud_sync_test2.html

Browse files
Files changed (1) hide show
  1. aud_sync_test2.html +3 -2
aud_sync_test2.html CHANGED
@@ -283,8 +283,9 @@
283
  sound.push(new Howl({
284
  xhr: {
285
  headers: {
286
- Referer: 'https://sekai.best/',
287
- Origin: 'https://sekai.best'
 
288
  },
289
  withCredentials: true
290
  },
 
283
  sound.push(new Howl({
284
  xhr: {
285
  headers: {
286
+ Referer: AUDIO_SOURCE[i],
287
+ Origin: 'https://storage.sekai.best',
288
+ sec-fetch-site: 'same-origin'
289
  },
290
  withCredentials: true
291
  },