|
Revision 2, 86 bytes
(checked in by bradfitz, 3 years ago)
|
from the top of the file:
# Note: this is a very early version of a CSS cleaner. The plan is to
# eventually make it a white-listing CSS cleaner (deny by default)
# with a nice interface where you can build policy about what's
# allowed, like HTML::Sanitize/::Scrub/etc, but for now this is almost
# a null cleaner, just parsing and reserializing the CSS, removing two
# trivial ways to inject javascript. The plan now is to integrate
# this interface into LiveJournal, then improve this module over time.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
lib/CSS/Cleaner.pm |
|---|
| 2 |
Makefile.PL |
|---|
| 3 |
MANIFEST This list of files |
|---|
| 4 |
t/00-use.t |
|---|
| 5 |
t/01-basic.t |
|---|
| 6 |
|
|---|