tokkonopapa / WordPress-IP-Geo-Block

A WordPress plugin that will blocks any comment, pingback and trackback spams posted from outside your nation. And it will also protect against malicious access to the login form, admin area and XML-RPC from undesired countries.
http://www.ipgeoblock.com/
29 stars 14 forks source link

Is this a normal behavior? #61

Open taewookim opened 5 years ago

taewookim commented 5 years ago

For a while, i thought my WP got hacked...

When I click on

/wp-admin/plugins.php

I noticed an intermediary redirect to

/wp-admin/plugins.php?=94634bda82

Then i looked at the code

var IP_GEO_BLOCK_AUTH = {"sites":["\/\/MY_DOMAIN"],"nonce":"94634bda82","key":"","home":"","admin":"\/wp-admin\/","plugins":"\/wp-content\/plugins\/","themes":"\/wp-content\/themes\/"}; `

This also happens with few others... like woocommerce products..

As a complete noob, is this expected behavior?