From 8ff0b31cfe98fe8a216f9052dd3f31015a80b343 Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 3 Sep 2020 14:33:54 -0700 Subject: [PATCH] change "dnn" to "app" in dnn_IsMobile cookie --- DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs b/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs index a5b4cb3202b..d70f93a29cb 100644 --- a/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs +++ b/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs @@ -30,8 +30,8 @@ public class FriendlyUrlController private const string DisableMobileRedirectQueryStringName = "nomo"; // google uses the same name nomo=1 means do not redirect to mobile - private const string MobileViewSiteCookieName = "dnn_IsMobile"; - private const string DisableMobileViewCookieName = "dnn_NoMobile"; + private const string MobileViewSiteCookieName = "app_IsMobile"; + private const string DisableMobileViewCookieName = "app_NoMobile"; public static FriendlyUrlSettings GetCurrentSettings(int portalId) {