Added codefix example for CSS context XSS.

This commit is contained in:
John Poulin
2014-04-08 14:33:38 -04:00
committed by cktricky
parent e760fc0087
commit 5056f77395
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<%
if cookies[:font]
%>
<style>body { font-size:<%= cookies[:font] %>pt !important;}</style>
<style>body { font-size:<%= cookies[:font] %> !important;}</style>
<%
end
%>