You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/08/27 20:41:31 UTC

svn commit: r1517910 - /myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-2.0.xml

Author: lofwyr
Date: Tue Aug 27 18:41:31 2013
New Revision: 1517910

URL: http://svn.apache.org/r1517910
Log:
fix test

Modified:
    myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-2.0.xml

Modified: myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-2.0.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-2.0.xml?rev=1517910&r1=1517909&r2=1517910&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-2.0.xml (original)
+++ myfaces/tobago/trunk/tobago-core/src/test/resources/tobago-config-2.0.xml Tue Aug 27 18:41:31 2013
@@ -48,7 +48,10 @@
   <check-session-secret>false</check-session-secret>
   <prevent-frame-attacks>false</prevent-frame-attacks>
 
+<!-- TODO
   <content-security-policy disabled="true" replace="true">
+-->
+  <content-security-policy>
     <directive>default-src 'self'</directive>
     <directive>frame-src http://apache.org</directive>
   </content-security-policy>