diff --git a/docs/about/index.html b/docs/about/index.html
index 281e84d..8701110 100644
--- a/docs/about/index.html
+++ b/docs/about/index.html
@@ -288,7 +288,7 @@
Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/about/whats-changed/index.html b/docs/about/whats-changed/index.html
index 0e085ee..f9fae8a 100644
--- a/docs/about/whats-changed/index.html
+++ b/docs/about/whats-changed/index.html
@@ -749,7 +749,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/about/whats-new/index.html b/docs/about/whats-new/index.html
index 00b712b..2a439c9 100644
--- a/docs/about/whats-new/index.html
+++ b/docs/about/whats-new/index.html
@@ -536,7 +536,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/about-communities/index.html b/docs/communities/about-communities/index.html
index e2cf9eb..6b8330b 100644
--- a/docs/communities/about-communities/index.html
+++ b/docs/communities/about-communities/index.html
@@ -368,7 +368,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/creating-a-community/index.html b/docs/communities/creating-a-community/index.html
index c484c75..e53ee96 100644
--- a/docs/communities/creating-a-community/index.html
+++ b/docs/communities/creating-a-community/index.html
@@ -333,7 +333,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/curate/index.html b/docs/communities/curate/index.html
index e093aaa..aded03b 100644
--- a/docs/communities/curate/index.html
+++ b/docs/communities/curate/index.html
@@ -419,7 +419,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/index.html b/docs/communities/index.html
index 6276319..fefbf0e 100644
--- a/docs/communities/index.html
+++ b/docs/communities/index.html
@@ -347,7 +347,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-community-settings/add-pages/index.html b/docs/communities/manage-community-settings/add-pages/index.html
index cebfe9a..3113915 100644
--- a/docs/communities/manage-community-settings/add-pages/index.html
+++ b/docs/communities/manage-community-settings/add-pages/index.html
@@ -436,7 +436,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-community-settings/delete-community/index.html b/docs/communities/manage-community-settings/delete-community/index.html
index 67360ae..73b76e0 100644
--- a/docs/communities/manage-community-settings/delete-community/index.html
+++ b/docs/communities/manage-community-settings/delete-community/index.html
@@ -343,7 +343,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-community-settings/edit-profile/index.html b/docs/communities/manage-community-settings/edit-profile/index.html
index 8098e21..8eedb16 100644
--- a/docs/communities/manage-community-settings/edit-profile/index.html
+++ b/docs/communities/manage-community-settings/edit-profile/index.html
@@ -430,7 +430,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-community-settings/index.html b/docs/communities/manage-community-settings/index.html
index c90f4c9..910314c 100644
--- a/docs/communities/manage-community-settings/index.html
+++ b/docs/communities/manage-community-settings/index.html
@@ -350,7 +350,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-community-settings/review-policy/index.html b/docs/communities/manage-community-settings/review-policy/index.html
index a159740..54b3a20 100644
--- a/docs/communities/manage-community-settings/review-policy/index.html
+++ b/docs/communities/manage-community-settings/review-policy/index.html
@@ -347,7 +347,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-members/cancel-invite/index.html b/docs/communities/manage-members/cancel-invite/index.html
index 758d652..0858c8b 100644
--- a/docs/communities/manage-members/cancel-invite/index.html
+++ b/docs/communities/manage-members/cancel-invite/index.html
@@ -377,7 +377,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-members/change-role/index.html b/docs/communities/manage-members/change-role/index.html
index fe474e1..fe2c2ca 100644
--- a/docs/communities/manage-members/change-role/index.html
+++ b/docs/communities/manage-members/change-role/index.html
@@ -354,7 +354,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-members/change-visibility/index.html b/docs/communities/manage-members/change-visibility/index.html
index bc4cc18..069dc13 100644
--- a/docs/communities/manage-members/change-visibility/index.html
+++ b/docs/communities/manage-members/change-visibility/index.html
@@ -358,7 +358,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-members/index.html b/docs/communities/manage-members/index.html
index af5f9f5..51d00df 100644
--- a/docs/communities/manage-members/index.html
+++ b/docs/communities/manage-members/index.html
@@ -368,7 +368,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-members/invite-member/index.html b/docs/communities/manage-members/invite-member/index.html
index 12d0f75..ba8a26f 100644
--- a/docs/communities/manage-members/invite-member/index.html
+++ b/docs/communities/manage-members/invite-member/index.html
@@ -376,7 +376,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-members/leave-community/index.html b/docs/communities/manage-members/leave-community/index.html
index fdf60ab..0b966f8 100644
--- a/docs/communities/manage-members/leave-community/index.html
+++ b/docs/communities/manage-members/leave-community/index.html
@@ -355,7 +355,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-members/remove-member/index.html b/docs/communities/manage-members/remove-member/index.html
index c2e88fa..e1c4d44 100644
--- a/docs/communities/manage-members/remove-member/index.html
+++ b/docs/communities/manage-members/remove-member/index.html
@@ -343,7 +343,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-members/transfer-ownership/index.html b/docs/communities/manage-members/transfer-ownership/index.html
index 44e212e..2cda996 100644
--- a/docs/communities/manage-members/transfer-ownership/index.html
+++ b/docs/communities/manage-members/transfer-ownership/index.html
@@ -350,7 +350,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/manage-members/view-invitations/index.html b/docs/communities/manage-members/view-invitations/index.html
index 67da843..fcf960c 100644
--- a/docs/communities/manage-members/view-invitations/index.html
+++ b/docs/communities/manage-members/view-invitations/index.html
@@ -353,7 +353,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/review-submissions/index.html b/docs/communities/review-submissions/index.html
index 59a9455..3c697d8 100644
--- a/docs/communities/review-submissions/index.html
+++ b/docs/communities/review-submissions/index.html
@@ -447,7 +447,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/communities/view-my-communities/index.html b/docs/communities/view-my-communities/index.html
index 268e547..9f55bbe 100644
--- a/docs/communities/view-my-communities/index.html
+++ b/docs/communities/view-my-communities/index.html
@@ -323,7 +323,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/about-records/index.html b/docs/deposit/about-records/index.html
index f33f737..4aef520 100644
--- a/docs/deposit/about-records/index.html
+++ b/docs/deposit/about-records/index.html
@@ -343,7 +343,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/create-new-upload/index.html b/docs/deposit/create-new-upload/index.html
index f55db8e..3dbd2fc 100644
--- a/docs/deposit/create-new-upload/index.html
+++ b/docs/deposit/create-new-upload/index.html
@@ -610,7 +610,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/describe-records/contributors/index.html b/docs/deposit/describe-records/contributors/index.html
index 99e585b..20c6b4f 100644
--- a/docs/deposit/describe-records/contributors/index.html
+++ b/docs/deposit/describe-records/contributors/index.html
@@ -376,7 +376,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/describe-records/creators/index.html b/docs/deposit/describe-records/creators/index.html
index 8f24c32..d8d7869 100644
--- a/docs/deposit/describe-records/creators/index.html
+++ b/docs/deposit/describe-records/creators/index.html
@@ -437,7 +437,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/describe-records/descriptions/index.html b/docs/deposit/describe-records/descriptions/index.html
index eb1d4fd..1c3206e 100644
--- a/docs/deposit/describe-records/descriptions/index.html
+++ b/docs/deposit/describe-records/descriptions/index.html
@@ -365,7 +365,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/describe-records/index.html b/docs/deposit/describe-records/index.html
index 0551d9a..bc072e8 100644
--- a/docs/deposit/describe-records/index.html
+++ b/docs/deposit/describe-records/index.html
@@ -349,7 +349,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/describe-records/licenses/index.html b/docs/deposit/describe-records/licenses/index.html
index 3813eb7..8e52099 100644
--- a/docs/deposit/describe-records/licenses/index.html
+++ b/docs/deposit/describe-records/licenses/index.html
@@ -379,7 +379,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/describe-records/publication-date/index.html b/docs/deposit/describe-records/publication-date/index.html
index 2b56def..0920ec2 100644
--- a/docs/deposit/describe-records/publication-date/index.html
+++ b/docs/deposit/describe-records/publication-date/index.html
@@ -360,7 +360,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/describe-records/reserve-doi/index.html b/docs/deposit/describe-records/reserve-doi/index.html
index a4f5eb4..0e007df 100644
--- a/docs/deposit/describe-records/reserve-doi/index.html
+++ b/docs/deposit/describe-records/reserve-doi/index.html
@@ -388,7 +388,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/describe-records/resource-type/index.html b/docs/deposit/describe-records/resource-type/index.html
index fea727c..6564e03 100644
--- a/docs/deposit/describe-records/resource-type/index.html
+++ b/docs/deposit/describe-records/resource-type/index.html
@@ -363,7 +363,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/describe-records/titles/index.html b/docs/deposit/describe-records/titles/index.html
index 324042c..b352f6d 100644
--- a/docs/deposit/describe-records/titles/index.html
+++ b/docs/deposit/describe-records/titles/index.html
@@ -352,7 +352,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/index.html b/docs/deposit/index.html
index 8f71e25..5ebbf23 100644
--- a/docs/deposit/index.html
+++ b/docs/deposit/index.html
@@ -339,7 +339,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/manage-files/index.html b/docs/deposit/manage-files/index.html
index b30326b..522f277 100644
--- a/docs/deposit/manage-files/index.html
+++ b/docs/deposit/manage-files/index.html
@@ -413,7 +413,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/manage-files/quota-increase/index.html b/docs/deposit/manage-files/quota-increase/index.html
index 623945b..1d924e9 100644
--- a/docs/deposit/manage-files/quota-increase/index.html
+++ b/docs/deposit/manage-files/quota-increase/index.html
@@ -354,7 +354,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/manage-records/index.html b/docs/deposit/manage-records/index.html
index b00eb56..5ef2fa0 100644
--- a/docs/deposit/manage-records/index.html
+++ b/docs/deposit/manage-records/index.html
@@ -400,7 +400,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/deposit/manage-versions/index.html b/docs/deposit/manage-versions/index.html
index 8f15bc7..46a848a 100644
--- a/docs/deposit/manage-versions/index.html
+++ b/docs/deposit/manage-versions/index.html
@@ -417,7 +417,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/get-started/create-an-account/index.html b/docs/get-started/create-an-account/index.html
index 1999f14..d981ad4 100644
--- a/docs/get-started/create-an-account/index.html
+++ b/docs/get-started/create-an-account/index.html
@@ -420,7 +420,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/get-started/index.html b/docs/get-started/index.html
index 097ba83..cc7afd8 100644
--- a/docs/get-started/index.html
+++ b/docs/get-started/index.html
@@ -319,7 +319,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/get-started/logging-in/index.html b/docs/get-started/logging-in/index.html
index 7bf05f7..98f4b29 100644
--- a/docs/get-started/logging-in/index.html
+++ b/docs/get-started/logging-in/index.html
@@ -346,7 +346,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/get-started/navigating-zenodo/index.html b/docs/get-started/navigating-zenodo/index.html
index deae797..8822e05 100644
--- a/docs/get-started/navigating-zenodo/index.html
+++ b/docs/get-started/navigating-zenodo/index.html
@@ -400,7 +400,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/get-started/quickstart/index.html b/docs/get-started/quickstart/index.html
index d868c09..6acc780 100644
--- a/docs/get-started/quickstart/index.html
+++ b/docs/get-started/quickstart/index.html
@@ -394,7 +394,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/howtos/accounts/index.html b/docs/howtos/accounts/index.html
index 7f5f2b4..e2f169d 100644
--- a/docs/howtos/accounts/index.html
+++ b/docs/howtos/accounts/index.html
@@ -347,7 +347,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/howtos/index.html b/docs/howtos/index.html
index 3e56033..0d207dd 100644
--- a/docs/howtos/index.html
+++ b/docs/howtos/index.html
@@ -294,7 +294,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/index.html b/docs/index.html
index 8c9acc0..685632d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -342,7 +342,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/profile/change-password/index.html b/docs/profile/change-password/index.html
index 0d674e6..6045231 100644
--- a/docs/profile/change-password/index.html
+++ b/docs/profile/change-password/index.html
@@ -333,7 +333,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/profile/changing-profile-visibility/index.html b/docs/profile/changing-profile-visibility/index.html
index f6bd26d..fd501ea 100644
--- a/docs/profile/changing-profile-visibility/index.html
+++ b/docs/profile/changing-profile-visibility/index.html
@@ -338,7 +338,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/profile/editing-your-profile/index.html b/docs/profile/editing-your-profile/index.html
index 580304f..a0d0848 100644
--- a/docs/profile/editing-your-profile/index.html
+++ b/docs/profile/editing-your-profile/index.html
@@ -379,7 +379,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/profile/index.html b/docs/profile/index.html
index 3c7d756..49ada17 100644
--- a/docs/profile/index.html
+++ b/docs/profile/index.html
@@ -350,7 +350,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/profile/linking-accounts/index.html b/docs/profile/linking-accounts/index.html
index c8f9e22..5890c0d 100644
--- a/docs/profile/linking-accounts/index.html
+++ b/docs/profile/linking-accounts/index.html
@@ -384,7 +384,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/profile/managing-notifications/index.html b/docs/profile/managing-notifications/index.html
index 5a8292d..8cec691 100644
--- a/docs/profile/managing-notifications/index.html
+++ b/docs/profile/managing-notifications/index.html
@@ -326,7 +326,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/profile/reset-password/index.html b/docs/profile/reset-password/index.html
index d60aeda..2bc2df9 100644
--- a/docs/profile/reset-password/index.html
+++ b/docs/profile/reset-password/index.html
@@ -363,7 +363,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/profile/viewing-devices/index.html b/docs/profile/viewing-devices/index.html
index 76c167e..c4327e6 100644
--- a/docs/profile/viewing-devices/index.html
+++ b/docs/profile/viewing-devices/index.html
@@ -363,7 +363,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/access-requests/allow-requests/index.html b/docs/share/access-requests/allow-requests/index.html
index 82af4a5..5d0000d 100644
--- a/docs/share/access-requests/allow-requests/index.html
+++ b/docs/share/access-requests/allow-requests/index.html
@@ -349,7 +349,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/access-requests/index.html b/docs/share/access-requests/index.html
index ca86ca3..3ec0600 100644
--- a/docs/share/access-requests/index.html
+++ b/docs/share/access-requests/index.html
@@ -316,7 +316,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/access-requests/request-access/index.html b/docs/share/access-requests/request-access/index.html
index a94629e..979eead 100644
--- a/docs/share/access-requests/request-access/index.html
+++ b/docs/share/access-requests/request-access/index.html
@@ -420,7 +420,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/index.html b/docs/share/index.html
index 485c34e..7247251 100644
--- a/docs/share/index.html
+++ b/docs/share/index.html
@@ -328,7 +328,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/link-sharing/index.html b/docs/share/link-sharing/index.html
index a4b5967..44728d3 100644
--- a/docs/share/link-sharing/index.html
+++ b/docs/share/link-sharing/index.html
@@ -376,7 +376,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/manage-submissions/cancel-submissions/index.html b/docs/share/manage-submissions/cancel-submissions/index.html
index dd76fb0..ac64313 100644
--- a/docs/share/manage-submissions/cancel-submissions/index.html
+++ b/docs/share/manage-submissions/cancel-submissions/index.html
@@ -351,7 +351,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/manage-submissions/index.html b/docs/share/manage-submissions/index.html
index e9209df..450bf17 100644
--- a/docs/share/manage-submissions/index.html
+++ b/docs/share/manage-submissions/index.html
@@ -331,7 +331,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/manage-submissions/reply-comments/index.html b/docs/share/manage-submissions/reply-comments/index.html
index 75696fb..5c41a4b 100644
--- a/docs/share/manage-submissions/reply-comments/index.html
+++ b/docs/share/manage-submissions/reply-comments/index.html
@@ -416,7 +416,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/manage-submissions/view-submissions/index.html b/docs/share/manage-submissions/view-submissions/index.html
index 7f9716f..fee7987 100644
--- a/docs/share/manage-submissions/view-submissions/index.html
+++ b/docs/share/manage-submissions/view-submissions/index.html
@@ -380,7 +380,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/membership-invitations/index.html b/docs/share/membership-invitations/index.html
index 2264184..9c1aec4 100644
--- a/docs/share/membership-invitations/index.html
+++ b/docs/share/membership-invitations/index.html
@@ -333,7 +333,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/submit-for-review/index.html b/docs/share/submit-for-review/index.html
index 172d79f..a3acb56 100644
--- a/docs/share/submit-for-review/index.html
+++ b/docs/share/submit-for-review/index.html
@@ -435,7 +435,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/docs/share/submit-to-community/index.html b/docs/share/submit-to-community/index.html
index ae674c7..9d21fed 100644
--- a/docs/share/submit-to-community/index.html
+++ b/docs/share/submit-to-community/index.html
@@ -406,7 +406,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/faq/citations/index.html b/faq/citations/index.html
index 99cc860..ca5f2bb 100644
--- a/faq/citations/index.html
+++ b/faq/citations/index.html
@@ -591,7 +591,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/faq/general/index.html b/faq/general/index.html
index 2d72784..29652b8 100644
--- a/faq/general/index.html
+++ b/faq/general/index.html
@@ -471,7 +471,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/faq/github/index.html b/faq/github/index.html
index 7c2fd50..21616d8 100644
--- a/faq/github/index.html
+++ b/faq/github/index.html
@@ -364,7 +364,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/faq/index.html b/faq/index.html
index e2bb8e7..1f9277f 100644
--- a/faq/index.html
+++ b/faq/index.html
@@ -1833,7 +1833,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/faq/openaire/index.html b/faq/openaire/index.html
index 9da5abe..ad97391 100644
--- a/faq/openaire/index.html
+++ b/faq/openaire/index.html
@@ -405,7 +405,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/faq/policies/index.html b/faq/policies/index.html
index 173009e..3367ac8 100644
--- a/faq/policies/index.html
+++ b/faq/policies/index.html
@@ -405,7 +405,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/faq/security/index.html b/faq/security/index.html
index ec2b600..96254e4 100644
--- a/faq/security/index.html
+++ b/faq/security/index.html
@@ -313,7 +313,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/faq/statistics/index.html b/faq/statistics/index.html
index 2f62d8b..4141595 100644
--- a/faq/statistics/index.html
+++ b/faq/statistics/index.html
@@ -604,7 +604,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/faq/technical/index.html b/faq/technical/index.html
index ed9846a..3dcaee9 100644
--- a/faq/technical/index.html
+++ b/faq/technical/index.html
@@ -304,7 +304,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/faq/versioning/index.html b/faq/versioning/index.html
index d2d445c..9d555bb 100644
--- a/faq/versioning/index.html
+++ b/faq/versioning/index.html
@@ -452,7 +452,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/guides/index.html b/guides/index.html
index 36ceee7..baf2e22 100644
--- a/guides/index.html
+++ b/guides/index.html
@@ -286,7 +286,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/guides/nih/element1/index.html b/guides/nih/element1/index.html
index 7c77dbb..53cc601 100644
--- a/guides/nih/element1/index.html
+++ b/guides/nih/element1/index.html
@@ -299,7 +299,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/guides/nih/element2/index.html b/guides/nih/element2/index.html
index 131307e..b0db0a6 100644
--- a/guides/nih/element2/index.html
+++ b/guides/nih/element2/index.html
@@ -297,7 +297,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/guides/nih/element3/index.html b/guides/nih/element3/index.html
index 6671cc3..9a5c9f3 100644
--- a/guides/nih/element3/index.html
+++ b/guides/nih/element3/index.html
@@ -297,7 +297,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/guides/nih/element4/index.html b/guides/nih/element4/index.html
index c3efa31..d4a9fbf 100644
--- a/guides/nih/element4/index.html
+++ b/guides/nih/element4/index.html
@@ -300,7 +300,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/guides/nih/element5/index.html b/guides/nih/element5/index.html
index 6e98979..3923f5f 100644
--- a/guides/nih/element5/index.html
+++ b/guides/nih/element5/index.html
@@ -300,7 +300,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/guides/nih/element6/index.html b/guides/nih/element6/index.html
index 9746ae1..4af8c2d 100644
--- a/guides/nih/element6/index.html
+++ b/guides/nih/element6/index.html
@@ -309,7 +309,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/guides/nih/index.html b/guides/nih/index.html
index b655a0e..9b05695 100644
--- a/guides/nih/index.html
+++ b/guides/nih/index.html
@@ -321,7 +321,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/guides/search/index.html b/guides/search/index.html
index 1147d72..4a8c2ae 100644
--- a/guides/search/index.html
+++ b/guides/search/index.html
@@ -901,7 +901,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}
diff --git a/index.html b/index.html
index 636cbfd..7a4522e 100644
--- a/index.html
+++ b/index.html
@@ -415,7 +415,7 @@ Funded by
d.setTime(d.getTime() + (365 * 24 * 60 * 60 * 1000)); // one year
var expires = "expires=" + d.toUTCString();
var cookie = cname + "=" + cvalue + ";" + expires + ";"
- cookie += "path=.zenodo.org;SameSite=None; Secure"; // so that it works across subdomains
+ cookie += "Domain=zenodo.org;Path=/;SameSite=None; Secure"; // so that it works across subdomains
document.cookie = cookie;
}