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.
2 parents e04ae67 + 7613b3b commit 2c05dbeCopy full SHA for 2c05dbe
static/js/search.js
@@ -90,12 +90,10 @@
90
const isGoogleBlocked = await checkBlockedSite("https://www.google.com/favicon.ico");
91
if ( isGoogleBlocked ) {
92
// Google is blocked.
93
- console.log("Google is blocked")
94
document.cookie = "can_google=false;" + path + expires
95
window.renderPageFindSearchResults()
96
} else {
97
// Google is not blocked.
98
- console.log("Google is NOT blocked")
99
document.cookie = "can_google=true;" + path + expires
100
window.renderGoogleSearchResults()
101
}
0 commit comments