From 72f0ca32ad6c08f9563c57959e5aee7181cd5eb1 Mon Sep 17 00:00:00 2001 From: Tomasz Iwanek Date: Mon, 15 Jul 2013 13:51:27 +0200 Subject: [PATCH] todo comment regarding app scheme [Issue#] N/A [Bug] High probablity of bug in code in case of app scheme [Cause] N/A [Solution] N/A [Verification] N/A Change-Id: I085f6ae43168b7fa499ddff46a71111d6e82e571 --- modules/security_origin_dao/dao/security_origin_dao.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/security_origin_dao/dao/security_origin_dao.cpp b/modules/security_origin_dao/dao/security_origin_dao.cpp index 0293898..8f6e3ea 100755 --- a/modules/security_origin_dao/dao/security_origin_dao.cpp +++ b/modules/security_origin_dao/dao/security_origin_dao.cpp @@ -246,7 +246,7 @@ void SecurityOriginDAO::setSecurityOriginData(const SecurityOriginData &security void SecurityOriginDAO::setPrivilegeSecurityOriginData(const Feature feature, bool isOnlyAllowedLocalOrigin) { - Origin origin(DPL::FromUTF8String("file"), + Origin origin(DPL::FromUTF8String("file"), //TODO: this breaks app:// scheme code -> no case for app scheme DPL::FromUTF8String(""), 0); if (!isOnlyAllowedLocalOrigin) { -- 2.34.1