Laplandia / owaspantisamy

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

1.5 doesn't seem to import/embed style sheet #164

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1) Set embedStyleSheets to true in policy file
2) input <style>@import "some.css";</style>

What is the expected output? What do you see instead?
It should inline the style sheet, but all I see is <style>/* */</style>

What version of the product are you using? On what operating system?

1.5

Please provide any additional information below.

This worked fine in 1.4

Original issue reported on code.google.com by wvinc...@gmail.com on 6 Jun 2013 at 12:44

GoogleCodeExporter commented 9 years ago
some.css is meant to be some external site.  http://www.foo.bar/foo.css

Original comment by wvinc...@gmail.com on 6 Jun 2013 at 12:46