-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get rid of localStorage.setItem rules #192409
Labels
Comments
Sergey-Lyapin
added a commit
that referenced
this issue
Nov 6, 2024
Sergey-Lyapin
added a commit
that referenced
this issue
Nov 6, 2024
Sergey-Lyapin
added a commit
that referenced
this issue
Nov 6, 2024
Sergey-Lyapin
added a commit
that referenced
this issue
Nov 6, 2024
Sergey-Lyapin
added a commit
that referenced
this issue
Nov 7, 2024
Sergey-Lyapin
added a commit
that referenced
this issue
Nov 13, 2024
Sergey-Lyapin
added a commit
that referenced
this issue
Nov 13, 2024
Sergey-Lyapin
added a commit
that referenced
this issue
Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
Problem description
JS rules with
localStorage.setItem
must be checked and removed or converted to the scriptlet syntax.Proposed solution
Check if the rules are still required and convert/remove the rules.
Additional information
No response
The text was updated successfully, but these errors were encountered: