mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-16 06:57:11 +01:00
Fix the YouTube GDPR cookie not being sent along with requests (#2315)
This commit is contained in:
parent
470e9ceba5
commit
e2c7fa35a3
@ -147,7 +147,8 @@ function runApp() {
|
||||
session.defaultSession.cookies.set({
|
||||
url: url,
|
||||
name: 'CONSENT',
|
||||
value: 'YES+'
|
||||
value: 'YES+',
|
||||
sameSite: 'no_restriction'
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user