<div dir="ltr">awww man, that is so crappy - I read that code wrong; I thought we fixed that :'(<div><br></div><div><div>        default_allowed_headers = '''</div><div>            content-disposition,</div>
<div>            content-encoding,</div><div>            x-delete-at,</div><div>            x-object-manifest,</div><div>            x-static-large-object,</div><div>        '''</div><div>        extra_allowed_headers = [</div>
<div>            header.strip().lower() for header in conf.get(</div><div>                'allowed_headers', default_allowed_headers).split(',')</div><div>            if header.strip()</div><div>        ]</div>
<div>        self.allowed_headers = set()</div><div>        for header in extra_allowed_headers:</div><div>            if header not in DATAFILE_SYSTEM_META:</div><div>                self.allowed_headers.add(header)</div>
</div><div><br></div><div>That's such a junky option the way it's written - i think i was in there last, I should have fixed it then.  Who wants to turn off the x-object-manifest header!?  We should open a bug...</div>
<div><br></div><div>Maybe this will help:</div><div><br></div><div><a href="https://bugs.launchpad.net/swift/+bug/1354312">https://bugs.launchpad.net/swift/+bug/1354312</a><br></div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Thu, Aug 7, 2014 at 11:19 PM, Robert van Leeuwen <span dir="ltr"><<a href="mailto:Robert.vanLeeuwen@spilgames.com" target="_blank">Robert.vanLeeuwen@spilgames.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">
<div style="font-family:Times New Roman;color:#000000;font-size:16px"><div class="">>No, i was thinking of "allowed_headers", when I add:
</div><div>
<div dir="ltr">
<div>><br>
</div>
<div>
<p>> [DEFAULT]</p>
<p>> allowed_headers = expires</p>
</div>
</div>
<br>
Note that when you set allowed headers to something specific it will not allow the defaults anymore!<br>
You might not notice immediately but e.g.  large file support will break.<br>
<br>
Example: Cache-Control is the one that we added in our setup:<br>
allowed_headers = Content-Disposition, Content-Encoding, X-Delete-At, X-Object-Manifest, X-Static-Large-Object, Cache-Control<br>
<br>
Cheers,<br>
Robert van Leeuwen<br>
</div>
</div>
</div>
</div>

</blockquote></div><br></div>