Skip to content
Snippets Groups Projects
  1. Mar 13, 2012
  2. Mar 12, 2012
  3. Mar 11, 2012
    • Maxwell Salzberg's avatar
      Merge pull request #2990 from stevenh512/rack-cors · dbe7a4c7
      Maxwell Salzberg authored
      Cross-Origin Resource Sharing
      dbe7a4c7
    • Steven Hancock's avatar
      Cross-Origin Resource Sharing · f2922c94
      Steven Hancock authored
      Remove partial support for CORS on webfinger routes and replace
      it with the Rack::Cors middleware. This provides more complete
      CORS support and works around a caching issue with nginx on
      Heroku and potentially other reverse proxies.
      
      CORS headers are only added if the incoming request includes
      an "Origin" header, which seems to be correct according to
      the CORS spec.
      
      closes #2216
      f2922c94
  4. Mar 10, 2012
  5. Mar 09, 2012
  6. Mar 08, 2012
  7. Mar 07, 2012
  8. Mar 06, 2012
  9. Mar 05, 2012
Loading