Created
December 21, 2011 14:41
-
-
Save beagleknight/1506259 to your computer and use it in GitHub Desktop.
Facebook, IE and iFrames
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_filter :set_p3p | |
def set_p3p | |
response.headers["P3P"]='CP="CAO PSA OUR"' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment