summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-02-03 21:12:06 +0100
committerAndreas Gohr <andi@splitbrain.org>2013-02-03 21:12:48 +0100
commit907f24f7352841e6c3030e143ec75661c55244d8 (patch)
tree159cc99d54bb42e3a65996611d602760df48039a /inc
parent58bedc8a310955dbc00e738bec1dc4f442eaff4e (diff)
downloadrpg-907f24f7352841e6c3030e143ec75661c55244d8.tar.gz
rpg-907f24f7352841e6c3030e143ec75661c55244d8.tar.bz2
added comment on use of whitelist vs blacklist
Diffstat (limited to 'inc')
-rw-r--r--inc/common.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/inc/common.php b/inc/common.php
index a270e4eaf..db39affc6 100644
--- a/inc/common.php
+++ b/inc/common.php
@@ -311,7 +311,11 @@ function breadcrumbs() {
*
* This is run on a ID before it is outputted somewhere
* currently used to replace the colon with something else
- * on Windows non-IIS systems and to have proper URL encoding
+ * on Windows (non-IIS) systems and to have proper URL encoding
+ *
+ * See discussions at https://github.com/splitbrain/dokuwiki/pull/84 and
+ * https://github.com/splitbrain/dokuwiki/pull/173 why we use a whitelist of
+ * unaffected servers instead of blacklisting affected servers here.
*
* Urlencoding is ommitted when the second parameter is false
*