Closed (fixed)
Project:
CSS Injector
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2010 at 20:05 UTC
Updated:
5 Mar 2015 at 22:44 UTC
Jump to comment: Most recent
Comments
Comment #1
indytechcook commentedHere is the context issue that I will keep updated if this patch is committed: #837836: css injector ctools integration
Comment #2
zroger commentedLet me add to indytechcook's explanation, because it took me a while to figure out the power of this patch. It really all comes down to this line towards the bottom of the patch:
ctools_css_storewill disassemble the css, run it through some basic css validation, basically ensuring that the css properties and values that are being entered are from a sane list. Furthermore, we could actually do much more advanced filtering using the ctools css api, to provide a locked down filter for only certain properties and values.Comment #3
kreynen commentedI came across this while researching #1884432: Fatal Error when upgrading to latest version. 5 years later, the 2.x branch is now using CTools :(