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.
1 parent 741195d commit dc56bceCopy full SHA for dc56bce
_includes/templates/index.html
@@ -15,7 +15,7 @@
15
16
request.onreadystatechange = function () {
17
if (this.readyState === 4) {
18
- if(request.getResponseHeader('geoip_country_code') === "GB") {
+ if(request.getResponseHeader('is_allowed') === "no") {
19
document.getElementById("legal-notice").style.display = "block";
20
}
21
0 commit comments