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

WordPress.com App fails to upload images #30

Open tokkonopapa opened 6 years ago

tokkonopapa commented 6 years ago

WordPress.com App has a function to upload images on mobile phone, but it would be blocked by this plugin:

jetpack-mobileapp

Actually, Automattic server tries to upload with action jetpack_upload_file:

jetpack-upload-logs

Even if you turn on the checkbox of jetpack_upload_file at "Exceptions" in "Admin ajax/post" after you push "magnifying glass" button, this issue may be still there:

jetpack-upload-action

because validating the capability upload_files would fail:

jetpack-upload-capability

To solve this issue, authentication via XMLRPC by jetpack should be also adopted in this plugin. But I don't know how to do it.