1. 23 10月, 2018 1 次提交
    • A
      Apply mapping to symbols returned from dynamic CSP sources · ed91b75c
      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'
      ed91b75c
  2. 22 10月, 2018 12 次提交
  3. 21 10月, 2018 6 次提交
  4. 20 10月, 2018 13 次提交
  5. 19 10月, 2018 8 次提交