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 a0bbc75 commit 4bc4e19Copy full SHA for 4bc4e19
theme/ht_searcher.js
@@ -97,7 +97,7 @@
97
self.onmessage = async ({data}) => {
98
if(data.type === 'init'){
99
const lang = data.lang || 'en';
100
- const searchindexBase = 'https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-searchindex/main';
+ const searchindexBase = 'https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-searchindex/master';
101
102
/* Remote sources are .js.gz (compressed), local fallback is .js (uncompressed) */
103
const mainFilenames = Array.from(new Set(['searchindex-' + lang + '.js.gz', 'searchindex-en.js.gz']));
0 commit comments