Forums

WP Bannerize
Base64 in the stylesheet (5 posts)

  1. Lee Rickler
    Member
    Posted 7 months ago #

    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

    http://wordpress.org/extend/plugins/wp-bannerize/

  2. esmi
    Theme Diva & Forum Moderator
    Posted 7 months ago #

    Please email plugins@wordpress.org with all of the details if you have any concerns about a specific plugin.

  3. Mark (podz)
    Support Maven
    Posted 7 months ago #

    Plugin has been removed until the author removes this code.

  4. Otto
    Tech Ninja
    Posted 7 months ago #

    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.

  5. Lee Rickler
    Member
    Posted 7 months ago #

    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.

Reply

You must log in to post.

About this Plugin

About this Topic