So, how did this get onto the repository with Base64 in the CSS?
wpBannerizeAdmin.min.css
line 111 background image
line 250 background image
Also, in Classes/wpBannerizeAjax.php
So, how did this get onto the repository with Base64 in the CSS?
wpBannerizeAdmin.min.css
line 111 background image
line 250 background image
Also, in Classes/wpBannerizeAjax.php
Please email plugins@wordpress.org with all of the details if you have any concerns about a specific plugin.
Plugin has been removed until the author removes this code.
Base64 in the CSS, using the data: URI scheme, is acceptable. Nothing wrong with that. The data URI scheme is safe and fast and efficient in some cases.
More info: http://ottopress.com/2011/a-good-use-for-base-64-encoding-data-uris/
The base64 he has in the PHP file is not acceptable, however.
Yet another lesson learned by me, although I can't see the point of using it in the CSS, in this instance.
Many thanks though.
You must log in to post.