Just lol. If it was put by the team which made this plugin, do you really think they’ll say “yeah, it’s a malicious code” you’re funny.
And moreover, you’re a bit inexperimenced to say that. Just run your “malicious code” through a Base64 decoder (like this: https://www.base64decode.org/ ) and you’ll see that your code is just a svg code made with Adobe Illustrator.
toshiamcbrowns, it’s an image added in its base format, which is totally right way to do it.
Believe me, We are a team of 25 people working hard day and night, we would never do or let anything malicious come closer to our users.
Thanks Kaludi for the clarification.
But I am facing a problem as:
I secured my WP by putting this code in .htaccess in wp-content folder:
===
# BEGIN only media files are allowed to be uploaded
Order deny,allow
Deny from all
<Files ~ “.(xml|css|jpe?g|png|gif|js|svg)$”>
Allow from all
</Files>
# END only media files are allowed to be uploaded
====
like given at https://www.cloudways.com/blog/protect-wordpress-with-htaccess/
Now the problem is that, the share icons, search icon, breadcrumb icon are not visble in amp theme..
If i disable that htacess file the icons appear fine.
Please advice the solution for this problem as we have to secure our installtion and make amp for wp also work fine.