From 15bd2591e22b307fdac6d3da2914d5447fc8aad2 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 30 Jan 2020 19:55:55 +0530 Subject: [PATCH] Revert "Disable CORS" This reverts commit b5d5e9f9cbf11211dc844eab52899ee631f46e6b. --- Caddyfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 28dfe5c..edd9a12 100644 --- a/Caddyfile +++ b/Caddyfile @@ -7,7 +7,6 @@ dns cloudflare } header / { - Access-Control-Allow-Origin * # Security related changes stolen from https://github.com/searx/searx-docker/blob/master/Caddyfile Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" X-XSS-Protection "1; mode=block"