Skip to content

Instantly share code, notes, and snippets.

View beaudierman's full-sized avatar

Beau Dierman beaudierman

View GitHub Profile
@billjohnston
billjohnston / transmit_s3_public_instructions.txt
Created March 21, 2013 16:25
Place public-read permission on all files uploaded to amazon s3 with transmit
In Transmit go to:
Transmit > Preferences > Cloud
Select default extension.
Create a new header with the following values:
Name: x-amz-acl
Value: public-read
@radzikowski
radzikowski / add p3p header
Created June 11, 2012 07:38
add p3p Header to nginx
add to nginx.conf
add_header P3P 'policyref="/w3c/p3p.xml", CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT", CP="CAO PSA OUR"'