1. 10 1月, 2018 9 次提交
  2. 09 1月, 2018 6 次提交
  3. 08 1月, 2018 12 次提交
  4. 07 1月, 2018 10 次提交
  5. 06 1月, 2018 1 次提交
  6. 05 1月, 2018 2 次提交
    • R
      Force content disposition to attachment for specific content types · d40284b1
      Rosa Gutierrez 提交于
      In this way we avoid HTML, XML, SVG and other files that can be rendered
      by the browser to be served inline by default. Depending on the origin
      from where these files are served, this might lead to XSS
      vulnerabilities, and in the best case, to more realistic phishing
      attacks and open redirects.
      
      We force it rather than falling back to it when other disposition is not
      provided. Otherwise it would be possible for someone to force inline
      just by passing `disposition=inline` in the URL.
      
      The list of content types to be served as attachments is configurable.
      d40284b1
    • R
      Consolidate `queue_adapter=` and `interpret_adapter` · 5a501468
      Ryuta Kamizono 提交于
      Since #25037, `queue_adapter=` simply delegates to `interpret_adapter`
      only.
      5a501468