[ad_1]
Hi @tgrblogger,
WPCode does not add a cookie with the name “wpcode_scroll_position”, it adds a localStorage item with that key that is used to restore the position of your code editor between refreshes after you save code when editing a snippet.
This key is only set for the user(s) that can access the admin and edit WPCode snippets and it doesn’t contain any sensitive data – just some values from the code editor regarding the position of the editor.
localStorage data is only in your browser and it can be deleted from your browser safely, I have made a note to clean up that data when the plugin is deactivated to avoid such confusion in the future.
