if-so adds a wp-admin link in the server’s access logs for every visitor
-
Hello there,
I always look in the server’s access logs and find that the server registers a wp-admin link in its logs for every visitor, and the plugin is responsible for this.
Maybe this is the script the plugin adds to the source code that makes this happens?
<script id='if-so-js-before'> var nonce = "2320fe5155"; var ajaxurl = "https://website.com/wp-admin/admin-ajax.php"; var ifso_page_url = "https://website.com/example-path"; var isAnalyticsOn = true; var isPageVisitedOn = 0; var isVisitCountEnabled = 1; var referrer_for_pageload = document.referrer; </script>
Is it possible to not make the plugin do this, as it’s getting really annoying to tell if a visitor is a bot trying to log in to the site, or if it’s a human.
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘if-so adds a wp-admin link in the server’s access logs for every visitor’ is closed to new replies.