• 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
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 11.8 KB