twendelmuth / owaspantisamy

Automatically exported from code.google.com/p/owaspantisamy
0 stars 0 forks source link

border-radius not supported #122

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We've defined something like so to allow for border-radius to pass:

        <property name="border-radius" description="">
            <category-list>
                <category value="visual"/>
            </category-list>
            <literal-list>
                <literal value="inherit"/>
            </literal-list>
            <regexp-list>
                <regexp name="length"/>
            </regexp-list>
        </property>

Original issue reported on code.google.com by scooterl...@gmail.com on 22 Dec 2011 at 12:47

GoogleCodeExporter commented 8 years ago
I assume this is a request to add this CSS property to the default policy 
files, which is agreeable. 

Original comment by arshan.d...@gmail.com on 23 Feb 2012 at 1:20

GoogleCodeExporter commented 8 years ago
Sorry for the slow response; yes, this was a request to add border-radius to 
the default policy files. The above code is what we've added to our policy 
files and seems to work as expected; just a suggestion of course.

Cheers!

Original comment by scooterl...@gmail.com on 30 Mar 2012 at 6:13