1. 04 11月, 2012 1 次提交
  2. 28 10月, 2012 1 次提交
  3. 14 9月, 2012 1 次提交
  4. 13 9月, 2012 1 次提交
  5. 03 8月, 2012 1 次提交
  6. 15 6月, 2012 1 次提交
  7. 08 6月, 2012 3 次提交
  8. 15 5月, 2012 1 次提交
  9. 29 3月, 2012 1 次提交
  10. 10 3月, 2012 1 次提交
    • S
      configure how unverified request will be handled · 24594110
      Sergey Nartimov 提交于
      can be configured using `:with` option in `protect_from_forgery` method
      or `request_forgery_protection_method` config option
      
      possible values:
      - :reset_session (default)
      - :exception
      
      new applications are generated with:
      
          protect_from_forgery :with => :exception
      24594110
  11. 06 1月, 2012 1 次提交
  12. 10 9月, 2011 1 次提交
  13. 24 7月, 2011 1 次提交
  14. 11 7月, 2011 1 次提交
  15. 02 7月, 2011 1 次提交
  16. 01 7月, 2011 1 次提交
  17. 24 5月, 2011 2 次提交
  18. 09 5月, 2011 1 次提交
  19. 23 2月, 2011 1 次提交
  20. 09 2月, 2011 1 次提交
    • M
      Change the CSRF whitelisting to only apply to get requests · ae19e414
      Michael Koziarski 提交于
      Unfortunately the previous method of browser detection and XHR whitelisting is unable to prevent requests issued from some Flash animations and Java applets.  To ease the work required to include the CSRF token in ajax requests rails now supports providing the token in a custom http header:
      
       X-CSRF-Token: ...
      
      This fixes CVE-2011-0447
      ae19e414
  21. 27 11月, 2010 1 次提交
  22. 11 9月, 2010 1 次提交
  23. 03 9月, 2010 1 次提交
  24. 02 9月, 2010 1 次提交
  25. 27 8月, 2010 1 次提交
  26. 11 6月, 2010 1 次提交
  27. 03 6月, 2010 2 次提交
  28. 22 4月, 2010 1 次提交
  29. 12 3月, 2010 1 次提交
  30. 09 3月, 2010 1 次提交
  31. 01 2月, 2010 1 次提交
  32. 30 12月, 2009 1 次提交
  33. 21 12月, 2009 1 次提交
  34. 18 11月, 2009 1 次提交
  35. 28 10月, 2009 1 次提交
  36. 07 8月, 2009 1 次提交