From 99695ab19f02252f7e45f60128031ddeb3de002d Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 5 Feb 2019 16:52:07 +0000 Subject: [PATCH] CGI compatibility --- cgi-bin/proxy.cgi | 2 +- template.html => cgi-bin/template.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename template.html => cgi-bin/template.html (100%) diff --git a/cgi-bin/proxy.cgi b/cgi-bin/proxy.cgi index bc25ff0..617c683 100755 --- a/cgi-bin/proxy.cgi +++ b/cgi-bin/proxy.cgi @@ -8,7 +8,7 @@ from goose3 import Goose cgitb.enable() -goose = Goose({'enable_image_fetching': True}) +goose = Goose({'enable_image_fetching': False}) def fetch_site(url): return goose.extract(url=url) diff --git a/template.html b/cgi-bin/template.html similarity index 100% rename from template.html rename to cgi-bin/template.html