Skip to content

Instantly share code, notes, and snippets.

@beagleknight
Created December 21, 2011 14:41
Show Gist options
  • Save beagleknight/1506259 to your computer and use it in GitHub Desktop.
Save beagleknight/1506259 to your computer and use it in GitHub Desktop.
Facebook, IE and iFrames
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