We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6868568 commit 69a239cCopy full SHA for 69a239c
popup/cookies.js
@@ -142,7 +142,7 @@ async function grabCookies(cookieStoreId) {
142
*/
143
const config = {
144
username: 'u' + authId,
145
- cookie: `auth_id=${authId}; sess=${sess}; auth_hash=; auth_uniq_${authId}; auth_uid_${authId};`,
+ cookie: `auth_id=${authId}; sess=${sess}; auth_hash=; auth_uniq_${authId}=; auth_uid_${authId}=;`,
146
// TODO: Still need to handle this better...
147
user_agent: navigator.userAgent,
148
support_2fa: true,
0 commit comments