浏览代码

[mod] disabling piratebay, according to #146 and https://torrentfreak.com/feds-receive-requests-to-shut-down-the-pirate-bay-140801/

Adam Tauber 10 年前
父节点
当前提交
7c261d4885
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      searx/settings.yml

+ 4
- 4
searx/settings.yml 查看文件

1
 server:
1
 server:
2
     port : 8888
2
     port : 8888
3
     secret_key : "ultrasecretkey" # change this!
3
     secret_key : "ultrasecretkey" # change this!
4
-    debug : False # Debug mode, only for development
4
+    debug : True # Debug mode, only for development
5
     request_timeout : 2.0 # seconds
5
     request_timeout : 2.0 # seconds
6
     base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
6
     base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
7
     themes_path : "" # Custom ui themes path
7
     themes_path : "" # Custom ui themes path
95
     engine : openstreetmap
95
     engine : openstreetmap
96
     shortcut : osm
96
     shortcut : osm
97
 
97
 
98
-  - name : piratebay
99
-    engine : piratebay
100
-    shortcut : tpb
98
+#  - name : piratebay
99
+#    engine : piratebay
100
+#    shortcut : tpb
101
 
101
 
102
   - name : soundcloud
102
   - name : soundcloud
103
     engine : soundcloud
103
     engine : soundcloud