summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 01798941c..81c9a92f4 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -395,6 +395,13 @@ sub getsetup () { #{{{
safe => 0,
rebuild => 0,
},
+ allow_symlinks_before_srcdir => {
+ type => "string",
+ default => 0,
+ description => "allow symlinks in the path leading to the srcdir (potentially insecure)",
+ safe => 0,
+ rebuild => 0,
+ },
} #}}}
sub defaultconfig () { #{{{