Browse Source

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

Adam Tauber 10 years ago
parent
commit
7c261d4885
1 changed files with 4 additions and 4 deletions
  1. 4 4
      searx/settings.yml

+ 4 - 4
searx/settings.yml

@@ -1,7 +1,7 @@
 server:
     port : 8888
     secret_key : "ultrasecretkey" # change this!
-    debug : False # Debug mode, only for development
+    debug : True # Debug mode, only for development
     request_timeout : 2.0 # seconds
     base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
     themes_path : "" # Custom ui themes path
@@ -95,9 +95,9 @@ engines:
     engine : openstreetmap
     shortcut : osm
 
-  - name : piratebay
-    engine : piratebay
-    shortcut : tpb
+#  - name : piratebay
+#    engine : piratebay
+#    shortcut : tpb
 
   - name : soundcloud
     engine : soundcloud