mirror of
https://github.com/nielsAD/autoindex.git
synced 2026-05-06 15:06:57 +02:00
Fix google indexing
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
User-agent: *
|
||||
Disallow: /dl/
|
||||
Disallow: /idx/
|
||||
Sitemap: /urllist.txt
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
"use strict";
|
||||
const search = RegExp("[?&]q=([^&]+)");
|
||||
function setPath(crumbs, files, q, path, query) {
|
||||
if (document.location.pathname != path || document.location.search != query) {
|
||||
|
||||
Reference in New Issue
Block a user