From 12940e103a746f3e16bca273f135a26835e08296 Mon Sep 17 00:00:00 2001 From: Jihoon Chung Date: Sat, 4 May 2013 14:01:31 +0900 Subject: [PATCH] Update xsd to support CSP & allow-navigation [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] Update xsd to support CSP & allow-navigation "content-security-policy", "content-security-policy-report-only", "allow-navigation" [SCMRequest] N/A Change-Id: If1a5414a33721c17e778ef414f9811737dc468cc --- configuration/config.tizen.xsd | 18 +++++++++------- configuration/config.xml | 48 +++++++++++++++++------------------------- configuration/config.xsd | 7 ++++-- 3 files changed, 34 insertions(+), 39 deletions(-) diff --git a/configuration/config.tizen.xsd b/configuration/config.tizen.xsd index e92a4c1..03102e4 100644 --- a/configuration/config.tizen.xsd +++ b/configuration/config.tizen.xsd @@ -2,7 +2,6 @@ - @@ -120,6 +119,16 @@ + + + + + + + + + + @@ -135,12 +144,6 @@ - - - - - - @@ -216,5 +219,4 @@ - diff --git a/configuration/config.xml b/configuration/config.xml index 3e5dc15..9968071 100755 --- a/configuration/config.xml +++ b/configuration/config.xml @@ -1,36 +1,26 @@ - - - - - - - - - - - - - - - - - - - - hello + + hello - - - - - - + - - - + + + + + + + + + + + + "img-src http://test.com 'unsafe-inline'; script-src 'unsafe-inline';" + img-src http://test.com 'unsafe-inline'; script-src 'unsafe-inline'; + + + test.com diff --git a/configuration/config.xsd b/configuration/config.xsd index 6a9443e..4d7a823 100644 --- a/configuration/config.xsd +++ b/configuration/config.xsd @@ -74,10 +74,13 @@ - + + + + - + -- 2.7.4