Commit b3292f34 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Restricted Patch: Allow xfw module and xfw.FieldList Type

parent 74a64b1d
......@@ -222,6 +222,13 @@ allow_module('StringIO')
allow_type(type(f_cStringIO))
allow_type(type(f_StringIO))
allow_module('xfw')
try:
import xfw
allow_type(xfw.FieldList)
except ImportError:
pass
ModuleSecurityInfo('cgi').declarePublic('escape', 'parse_header')
allow_module('datetime')
import datetime
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment