Skip to content

Releases: h5bp/server-configs-apache

v2.5.0

14 Jun 10:57
Compare
Choose a tag to compare
  • Compress cache manifest files (.appcache / .manifest)
    [d819fec].
  • Move all compression related configs under the Compression section
    [73a107e].

v2.4.1

06 Jun 21:31
Compare
Choose a tag to compare
  • Improve and update inline comments.

v2.4.0

03 Jun 20:46
Compare
Choose a tag to compare
  • Add configs for web application manifest files
    [#29].
  • Allow access to the content from within the /.well-known/ directory
    [#31].
  • Forbid access to .conf files.
  • Add the no-transform value to the Cache-Control HTTP response
    header without overwriting existing values.
  • Add cur, ico, svg, svgz and webp to the filename-based
    cache busting list.
  • Add configs for text files (.txt)
    [b5bda65].
  • Compress WebVTT files (.vtt)
    [0bb12c8].
  • Reintroduce the filename extension to content type mappings for ico
    and svg [#28].

v2.3.0

10 Apr 08:01
Compare
Choose a tag to compare
  • Send X-Content-Type-Options header by default
    (edd912d).

v2.2.0

03 Feb 09:13
Compare
Choose a tag to compare
  • Remove example regarding persistent connections
    (#20).
  • Improve the <FilesMatch> regular expressions.
  • Add configs for JSON-LD (JSON for Linking Data) files
    (#17).

v2.1.0

03 Feb 09:01
Compare
Choose a tag to compare
  • Serve source map files with the application/json content-type
    [7d114e8].
  • Make RewriteConds for example.com → www.example.com more permissive
    [#11].
  • Add configs for Ogg Opus audio files
    [#13].

v2.0.0

03 Feb 09:00
Compare
Choose a tag to compare
  • Add example on how to mitigate reflected (a.k.a non-persistent) XSS attacks
    [#8].
  • Add example on how to provide clickjacking protection
    [#8].
  • Add example on how to reduce MIME type security risks
    [#8].
  • Add configs for cursor images (.cur)
    [a795fff].
  • Fix backup and source file blocking for Apache v2.3+
    [#5].
  • Remove filename extension to content type mappings that are already provided
    by Apache v2.2.0+
    [#4].
  • Improve inline comments.
  • Remove screen flicker fix required by IE 6
    [#3].

v1.1.0

03 Feb 08:59
Compare
Choose a tag to compare
  • Remove Chrome Frame HTTP header hint.