Uses correct preview cookie same site and secure settings to allow preview mode to flow between links in the preview frame (#18640)
* Uses correct preview cookie same site and secure settings to allow preview mode to flow between links in the preview frame. * Fixed comment.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Umbraco.Cms.Infrastructure.Install
|
||||
{
|
||||
installId = Guid.NewGuid();
|
||||
|
||||
_cookieManager.SetCookieValue(Constants.Web.InstallerCookieName, installId.ToString(), false);
|
||||
_cookieManager.SetCookieValue(Constants.Web.InstallerCookieName, installId.ToString(), false, false, "Unspecified");
|
||||
}
|
||||
|
||||
var dbProvider = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user