mirror of https://github.com/gorhill/uBlock.git
Remove stray whitespaces
This commit is contained in:
parent
eaea26b5e9
commit
5d596b644d
|
@ -2721,7 +2721,7 @@ function trustedSetCookie(
|
|||
}
|
||||
if ( path !== 'none' ) {
|
||||
cookieParts.push('; path=/');
|
||||
}
|
||||
}
|
||||
document.cookie = cookieParts.join('');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue