[Scummvm-git-logs] scummvm-web master -> 711a8fb0a480e93f7aaf9ee8036126d1822104ef
Mataniko
mataniko at gmail.com
Wed Oct 24 20:38:46 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
711a8fb0a4 WEB: Adjust consent cookie
Commit: 711a8fb0a480e93f7aaf9ee8036126d1822104ef
https://github.com/scummvm/scummvm-web/commit/711a8fb0a480e93f7aaf9ee8036126d1822104ef
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-10-24T14:38:33-04:00
Commit Message:
WEB: Adjust consent cookie
Changed paths:
templates/components/cookie.tpl
diff --git a/templates/components/cookie.tpl b/templates/components/cookie.tpl
index 6725261..46adb41 100644
--- a/templates/components/cookie.tpl
+++ b/templates/components/cookie.tpl
@@ -7,7 +7,7 @@
<script>
function cookie_consent(allowCookies) {
- document.cookie = "cookie_consent=" + allowCookies + "; expires=Fri, 31 Dec 9999 23:59:59 GMT";
+ document.cookie = "cookie_consent=" + allowCookies + "; expires=Fri, 31 Dec 9999 23:59:59 GMT; domain=scummvm.org";
document.querySelector('.cookie-consent').style.display = "none";
}
</script>
More information about the Scummvm-git-logs
mailing list