From ca68f99e062de155a225741e736a6ea702f4b707 Mon Sep 17 00:00:00 2001 From: lechuck <lechuck@autistici.org> Date: Mon, 1 Jun 2015 08:43:13 +0100 Subject: [PATCH] Add tatic noblogs subdomain support to eu compliance banner plugin --- wp-content/plugins/eu-compliance/js/cookiebanner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/plugins/eu-compliance/js/cookiebanner.js b/wp-content/plugins/eu-compliance/js/cookiebanner.js index 41d3d73d9..96c80f3bf 100644 --- a/wp-content/plugins/eu-compliance/js/cookiebanner.js +++ b/wp-content/plugins/eu-compliance/js/cookiebanner.js @@ -321,7 +321,7 @@ }, agree: function() { - this.cookiejar.set(this.options.cookie, 1, this.options.expires, this.options.cookiePath); + this.cookiejar.set(this.options.cookie, 1, this.options.expires, this.options.cookiePath, '.noblogs.org'); return true; }, -- GitLab