You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be an option that allows references to, but not assignments to, document.cookie, and similarly should allow localStorage.getValue(), localStorage.removeValue(), and localStorage.clear(), but not localStorage.setValue()
The text was updated successfully, but these errors were encountered:
There should be an option that allows references to, but not assignments to,
document.cookie
, and similarly should allowlocalStorage.getValue()
,localStorage.removeValue()
, andlocalStorage.clear()
, but notlocalStorage.setValue()
The text was updated successfully, but these errors were encountered: