From 9a9f90ba01f7b0e6c4d26120a6339f599d916f5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 29 Mar 2016 15:37:56 +0200 Subject: [PATCH] Some privacy-aware sites may not like externally referenced files, like this ribbon is. --- index.php | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index ce813fe..39abc27 100644 --- a/index.php +++ b/index.php @@ -71,6 +71,9 @@ // Remove old files? 'remove_old_files' => true, + + // Privacy: Allow external references (the "fork me" ribbon) + 'allow_external_refs' => true, ); // =============={ Configuration End }============== @@ -463,8 +466,19 @@ } ?> - - Fork me on GitHub + + Fork me on GitHub + + Fork me on GitHub +