Skip to content

Instantly share code, notes, and snippets.

@l4u
Created May 3, 2012 07:47
Show Gist options
  • Save l4u/2584103 to your computer and use it in GitHub Desktop.
Save l4u/2584103 to your computer and use it in GitHub Desktop.
Allow Rack Static to serve files with HTTP POST, for the stupid Facebook canvas apps
module Rack
class File
ALLOWED_VERBS = %w[GET HEAD POST]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment