Making WordPress.org

Changeset 4600


Ignore:
Timestamp:
12/30/2016 07:18:30 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Remote CSS: Correct expected whitespace after sanitization

Location:
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/app/user-interface.php

    r4578 r4600  
    11<?php
     2
     3/*
     4 * @todo Move all of this into the Customizer. Replace the discovery notice with an input field for the URL.
     5 *       Not sure how to fit all the contextual help. though. Need a way to display error messages/exceptions
     6 *       when saving.
     7 */
    28
    39namespace WordCamp\RemoteCSS;
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/tests/sanitized.css

    r4598 r4600  
    4040
    4141a {
    42     /* This might be safe, but not sure yet, so leaving it here since it should be considered unsafe until proven otherwise. See #1616-meta */
    43     background-image: url( 'image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxzY3JpcHQ+YWxlcnQoMSk8L3NjcmlwdD48L3N2Zz4NCg==' );
     42/* This might be safe, but not sure yet, so leaving it here since it should be considered unsafe until proven otherwise. See #1616-meta */
     43    background-image: url('image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxzY3JpcHQ+YWxlcnQoMSk8L3NjcmlwdD48L3N2Zz4NCg==');
    4444}
    4545
Note: See TracChangeset for help on using the changeset viewer.