1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-28 02:40:02 +02:00

Add GDPR-compliant cookie header & privacy-policy

This commit is contained in:
Plailect
2019-04-15 12:07:11 -04:00
parent 5aa470c1c5
commit 91d53dc480
5 changed files with 60 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ $(document).ready(function(){
var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)", "faq",
"file-extensions-(windows)", "get-started", "godmode9-usage", "h2testw-(windows)",
"region-changing", "site-navigation", "troubleshooting", "uninstall-cfw",
"updating-b9s", "why-ads"];
"updating-b9s", "why-ads", "privacy-policy"];
for(var i = 0; i < sidebar_hidden_pages.length; i++){
if(window.location.href.indexOf(sidebar_hidden_pages[i]) > -1) {