summaryrefslogtreecommitdiffstats
path: root/phenny
diff options
context:
space:
mode:
Diffstat (limited to 'phenny')
-rwxr-xr-xphenny2
1 files changed, 1 insertions, 1 deletions
diff --git a/phenny b/phenny
index 5fb7d7e..3153f33 100755
--- a/phenny
+++ b/phenny
@@ -50,7 +50,7 @@ def create_default_config(fn):
external = {
'#liberal': ['!'], # allow all
'#conservative': [], # allow none
- '*': ['py', 'whois', 'glyph'] # default whitelist
+ '*': ['!'] # default whitelist, allow all
}
# EOF