wiki/. wikiconfig.py

Dimi Paun dimi at users.sourceforge.net
Fri Jun 5 16:47:20 CDT 2009


ChangeSet ID:	1244238440603529828674258
CVSROOT:	/cvsroot/wine
Module name:	wiki
Changes by:	dimi at 23jxhf1.ch3.sourceforge.com	2009/06/05 21:47:20

Modified files:
	.              : wikiconfig.py 

Log message:
	Do not allow attachments


Old revision  New revision  Changes     Path
 1.8           1.9           +2 -0       wiki/wikiconfig.py

Index: wiki/wikiconfig.py
diff -u -p wiki/wikiconfig.py:1.8 wiki/wikiconfig.py:1.9
--- wiki/wikiconfig.py	5 Jun 2009 21:47:20 -0000
+++ /dev/null	5 Jun 2009 21:47:20 -0000
@@ -99,6 +99,8 @@ class Config(DefaultConfig):
     # Needs a reliable internet connection.
     from MoinMoin.util.antispam import SecurityPolicy
 
+    # try to prevent attachments
+    actions_excluded = ['AttachFile']
 
     # Mail --------------------------------------------------------------
 



More information about the wine-cvs mailing list