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