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 2012/09/05 11:39:03 UTC

svn commit: r1381110 - in /myfaces/tobago/trunk/tobago-example: tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml tobago-example-test/src/main/webapp/WEB-INF/tobago-config.xml

Author: lofwyr
Date: Wed Sep  5 09:39:02 2012
New Revision: 1381110

URL: http://svn.apache.org/viewvc?rev=1381110&view=rev
Log:
comment

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/tobago-config.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml?rev=1381110&r1=1381109&r2=1381110&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml Wed Sep  5 09:39:02 2012
@@ -44,7 +44,7 @@
 
   <resource-dir>tobago-resource</resource-dir>
 
-<!-- enable this to test CSP -->
+<!-- uncomment this to enable CSP -->
 <!--
   <content-security-policy>
     <directive>default-src 'self'</directive>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/tobago-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/tobago-config.xml?rev=1381110&r1=1381109&r2=1381110&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/tobago-config.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/tobago-config.xml Wed Sep  5 09:39:02 2012
@@ -31,7 +31,7 @@
 
   <prevent-frame-attacks>false</prevent-frame-attacks>
 
-  <!-- enable this to test CSP -->
+<!-- uncomment this to enable CSP -->
 <!--
   <content-security-policy>
     <directive>default-src 'self'</directive>