Update core.go

This commit is contained in:
wibyweb 2023-08-13 18:28:10 -04:00 committed by GitHub
parent dd722f10e9
commit 7863379bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
//fmt.Fprintf(w, "%s \n", r.URL.RawQuery)
//Indicate whether or not you are using shard tables
shards := false
shards := true
//check if worksafe+https cookie enabled.
filterHTTPS := false