1. 19 12月, 2019 1 次提交
  2. 27 11月, 2019 1 次提交
  3. 23 11月, 2019 1 次提交
  4. 28 3月, 2019 2 次提交
  5. 27 3月, 2019 2 次提交
  6. 22 3月, 2019 1 次提交
  7. 11 3月, 2019 1 次提交
    • E
      Prep release · e69ff430
      eileencodes 提交于
      * Bump RAILS_VERSION
      * Bundle
      * rake update_versions
      * rake changelog:header
      e69ff430
  8. 09 1月, 2019 1 次提交
  9. 02 1月, 2019 1 次提交
  10. 19 12月, 2018 2 次提交
  11. 05 12月, 2018 1 次提交
  12. 29 11月, 2018 1 次提交
  13. 28 11月, 2018 1 次提交
  14. 14 11月, 2018 1 次提交
  15. 01 11月, 2018 1 次提交
  16. 23 10月, 2018 2 次提交
    • A
      Use request object for context if there's no controller · 4725b2f0
      Andrew White 提交于
      There is no controller instance when using a redirect route or a
      mounted rack application so pass the request object as the context
      when resolving dynamic CSP sources in this scenario.
      
      Fixes #34200.
      
      (cherry picked from commit a150a026)
      4725b2f0
    • A
      Apply mapping to symbols returned from dynamic CSP sources · cff030af
      Andrew White 提交于
      Previously if a dynamic source returned a symbol such as :self it
      would be converted to a string implicity, e.g:
      
        policy.default_src -> { :self }
      
      would generate the header:
      
        Content-Security-Policy: default-src self
      
      and now it generates:
      
        Content-Security-Policy: default-src 'self'
      
      (cherry picked from commit ed91b75c)
      cff030af
  17. 08 8月, 2018 1 次提交
  18. 31 7月, 2018 1 次提交
  19. 21 7月, 2018 2 次提交
  20. 20 4月, 2018 2 次提交
  21. 19 4月, 2018 1 次提交
  22. 18 4月, 2018 1 次提交
  23. 10 4月, 2018 2 次提交
  24. 21 3月, 2018 1 次提交
  25. 16 3月, 2018 1 次提交
  26. 12 3月, 2018 1 次提交
  27. 08 3月, 2018 2 次提交
  28. 28 2月, 2018 1 次提交
  29. 25 2月, 2018 1 次提交
  30. 22 2月, 2018 1 次提交
  31. 15 2月, 2018 1 次提交
  32. 31 1月, 2018 1 次提交