[Release] wrt-commons_0.2.139
[platform/framework/web/wrt-commons.git] / modules / widget_dao / include / dpl / wrt-dao-ro / config_parser_data.h
index eceaaec..399cbde 100644 (file)
@@ -331,6 +331,7 @@ class ConfigParserData
     DPL::OptionalString tizenAppId;
 
     // allow-navigation
+    bool allowNavigationEncountered;
     AllowNavigationInfoList allowNavigationInfoList;
 
     //csp polic for widget
@@ -361,6 +362,7 @@ class ConfigParserData
         backSupported(false),
         accessNetwork(false),
         startFileEncountered(false),
+        allowNavigationEncountered(false),
         securityModelVersion(SecurityModelVersion::SECURITY_MODEL_V1)
     {}
 };