Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all Google Chrome Frame related config #154

Closed
wants to merge 9 commits into from
Closed

Remove all Google Chrome Frame related config #154

wants to merge 9 commits into from

Commits on Apr 1, 2013

  1. Configuration menu
    Copy the full SHA
    b3f5803 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2013

  1. [nginx] Remove text/html from gzip_types

    Fix: #144.
    alrra committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    bccd592 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2013

  1. Configuration menu
    Copy the full SHA
    bb8fbd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2013

  1. Update README.md

    alrra committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    17152fc View commit details
    Browse the repository at this point in the history

Commits on May 1, 2013

  1. Configuration menu
    Copy the full SHA
    561c376 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2013

  1. [lighttpd] Security enhancements

    - Avoid revealing the server name and version number
    - Disable directory listing
    
    Ref: #150
    Ekman authored and alrra committed May 28, 2013
    Configuration menu
    Copy the full SHA
    22f0214 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2013

  1. [apache] Add includeSubDomains directive to HSTS

    The `includeSubDomains` optional directive allows the user to apply the
    `HTTP Strict Transport Security` rule to all of the site's subdomains:
    * http://tools.ietf.org/html/draft-ietf-websec-strict-transport-sec-14#section-6.1
    * https://developer.mozilla.org/en-US/docs/Security/HTTP_Strict_Transport_Security
    
    Ref: #151
    Thomas Parisot authored and alrra committed May 29, 2013
    Configuration menu
    Copy the full SHA
    f25e498 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2013

  1. [apache] Fix rewrite rule conditions for localhost

    Add `localhost` and `127.0.0.1` exceptions to the rewrite rule condi-
    tions that prepend `www.` to URLs, as the current rules prevent users
    from being able to test locally.
    
    Closes #152.
    rwblackburn authored and alrra committed Jun 7, 2013
    Configuration menu
    Copy the full SHA
    e7ad187 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2013

  1. Configuration menu
    Copy the full SHA
    262fc85 View commit details
    Browse the repository at this point in the history