Skip to content

Commit ec48e3f

Browse files
authored
Update music.html
1 parent f3fde07 commit ec48e3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

music.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
const script = document.createElement("script")
4848
const callback = `jsonp_${Date.now()}`
4949
script.src = api + '?' + new URLSearchParams({ ...params, callback })
50+
script.referrerPolicy = 'no-referrer'
5051
window[callback] = result => {
5152
delete window[callback]
5253
document.body.removeChild(script)

0 commit comments

Comments
 (0)