We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fe981d + 1beeee9 commit 3c8bf58Copy full SHA for 3c8bf58
index.html
@@ -29,7 +29,7 @@
29
</script>
30
<script>
31
if (!document.cookie || !document.cookie.match(/(^|;)originURI=/gi))
32
- document.cookie = "originURI=/login.html";
+ document.cookie = "originURI=/login.html" + (window.location.protocol === "https:" ? ";SameSite=None;Secure" : "");
33
34
<script src="mxclientsystem/mxui/mxui.js?{{cachebust}}"></script>
35
</body>
0 commit comments