Update main.go
Browse files
main.go
CHANGED
@@ -39,7 +39,7 @@ func init() {
|
|
39 |
"Accept": "*/*",
|
40 |
"Accept-Encoding": "gzip, deflate, br, zstd",
|
41 |
"Accept-Language": "zh-CN,zh;q=0.9",
|
42 |
-
"Origin": "https://
|
43 |
"Cookie": "dcm=3; dcs=1",
|
44 |
"Priority": "u=1, i",
|
45 |
"Referer": "https://duckduckgo.com/",
|
|
|
39 |
"Accept": "*/*",
|
40 |
"Accept-Encoding": "gzip, deflate, br, zstd",
|
41 |
"Accept-Language": "zh-CN,zh;q=0.9",
|
42 |
+
"Origin": "https://duckduckgo.com/",
|
43 |
"Cookie": "dcm=3; dcs=1",
|
44 |
"Priority": "u=1, i",
|
45 |
"Referer": "https://duckduckgo.com/",
|