Prepare database to support CSP policy for whole widget.
[framework/web/wrt-commons.git] / modules / widget_dao / include / dpl / wrt-dao-ro / config_parser_data.h
index eed7bd4..2241a7a 100755 (executable)
@@ -313,6 +313,9 @@ class ConfigParserData
     DPL::OptionalString tizenPkgId;
     DPL::OptionalString tizenAppId;
 
+    //csp polic for widget
+    DPL::OptionalString cspPolicy;
+
     //Application service model list
     ServiceInfoList appServiceList; //It will be removed.
     AppControlInfoList appControlList;