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 2017/11/09 08:43:58 UTC

[myfaces-tobago] branch master updated (9a95be7 -> e3d6034)

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 9a95be7  TOBAGO-1819: A dark theme for ambiant light situations: roxborough
     add 46f77b4  cleanup
     new e3d6034  cleanup

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../myfaces/tobago/internal/renderkit/renderer/PageRenderer.java   | 7 ++++---
 .../tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml  | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].

[myfaces-tobago] 01/01: cleanup

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit e3d6034f93a09d1f85a40ce3f6669c7bd3d44a6c
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Nov 9 08:14:21 2017 +0100

    cleanup
---
 .../tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml b/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
index fedf697..5ee948f 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
@@ -48,7 +48,7 @@
   <content-security-policy mode="on">
     <!-- XXX With CSP Tobago 3.0.x is currently not working 100% see TOBAGO-1534,
          XXX because of JSF-AJAX we need 'unsafe-eval' -->
-    <!--<directive name="script-src">'self' 'unsafe-eval'</directive>-->
+    <!--<directive name="script-src">'unsafe-eval'</directive>-->
     <!-- needed for <tc:object>  -->
     <directive name="child-src">https://www.openstreetmap.org</directive>
     <directive name="child-src">https://*.apache.org</directive>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.