Changeset 4600
- Timestamp:
- 12/30/2016 07:18:30 PM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css
- Files:
-
- 2 edited
-
app/user-interface.php (modified) (1 diff)
-
tests/sanitized.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/app/user-interface.php
r4578 r4600 1 1 <?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 */ 2 8 3 9 namespace WordCamp\RemoteCSS; -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/tests/sanitized.css
r4598 r4600 40 40 41 41 a { 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=='); 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.