• Resolved ujjwalm

    (@ujjwalm)


    Hi There,

    We installed plugin and configured it for XSS vulnerabilities. We have added some extra characters but that blocked mostly all the URLs of wordpress dashboard and plugin dashboard. I wasn’t able to access those dashboard. So I directly deleted the plugin folder. Now when I install plugin, it blocked all URLs again. So Please help me with the location of configuration. How can I remove all the configuration of plugin and how can I reinstall fresh plugin?

    Thanks in advance.

    • This topic was modified 1 year, 10 months ago by ujjwalm.
Viewing 1 replies (of 1 total)
  • Plugin Author Sami Ahmed Siddiqui

    (@sasiddiqui)

    @ujjwalm Please add following lines of code in your theme functions.php file.

    delete_option( 'prevent_xss_vulnerability_reflected_settings' );
    delete_option( 'prevent_xss_vulnerability_self_xss_settings' );

    After adding the code, simply refresh your website page Like Homepage and the settings of the plugin will be deleted. After that, please remove the code from your theme functions.php file and now you can fresh install the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Deleted plugin without uninstall’ is closed to new replies.