##// END OF EJS Templates
only set allow_origin_pat if defined...
only set allow_origin_pat if defined fixes the default behavior to be as intended (require Origin == Host)

File last commit:

r11754:d59fec67
r17184:62239a93
Show More
__init__.py
3 lines | 93 B | text/x-python | PythonLexer
from .files import FilesWriter
from .stdout import StdoutWriter
from .base import WriterBase