Remove trailing spaces
This commit is contained in:
parent
e155426700
commit
8f64b083aa
|
@ -253,7 +253,7 @@ function createWindow (useProxy = false, proxyUrl = '') {
|
||||||
name: 'CONSENT',
|
name: 'CONSENT',
|
||||||
value: 'YES+'
|
value: 'YES+'
|
||||||
})
|
})
|
||||||
|
|
||||||
mainWindow.webContents.session.cookies.set({
|
mainWindow.webContents.session.cookies.set({
|
||||||
url: 'https://consent.youtube.com',
|
url: 'https://consent.youtube.com',
|
||||||
name: 'CONSENT',
|
name: 'CONSENT',
|
||||||
|
|
Loading…
Reference in New Issue