From 20b224a7d5cd8d4142b86ff657ffcd1a4fd30340 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 23 Apr 2015 00:12:57 -0400 Subject: Fix the redirect, since this can be abused for various nefarious purpose. Since http://theopensourceway.org/.example.com/something would be redirected to http://theopensourceway.org.example.com/something. Found by our infosec team. --- playbooks/os1.theopensourceway.org.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/os1.theopensourceway.org.yml b/playbooks/os1.theopensourceway.org.yml index 09bfd70..3844697 100644 --- a/playbooks/os1.theopensourceway.org.yml +++ b/playbooks/os1.theopensourceway.org.yml @@ -16,7 +16,7 @@ document_root: /var/www/website - role: httpd website_url: theopensourceway.org - redirect: http://www.theopensourceway.org + redirect: http://www.theopensourceway.org/ - role: old_wiki old_wiki_dir: /var/www/old_server/wiki/ website_url: www.theopensourceway.org -- cgit