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

Added check for hide_admin_url config item #175

Merged
merged 5 commits into from
Oct 24, 2014

Commits on Oct 23, 2014

  1. Added check for display_admin_url config item

    Added check for display_admin_url config item which if not 
    set to 1 will prevent the server from revealing the admin URL
    when the user visits the incorrect domain
    (more useful in combination with the musthost config item)
    Perturbatio committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    6eb2314 View commit details
    Browse the repository at this point in the history
  2. added display_admin_url config to default config

    The default value for this is 1 (to preserve backward
    compatibility).
    Perturbatio committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    4b59012 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2014

  1. Inverted the comparison of display_admin_url

    I've inverted the comparison of display_admin_url so 
    that it must be set to 0 in order to disable it
    Perturbatio committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    595e72f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84970e7 View commit details
    Browse the repository at this point in the history
  3. changed display_admin_url to hide_admin_url

    changed display_admin_url to hide_admin_url and 
    changed comparator to test if this value is not set to 1
    Perturbatio committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    29f9c54 View commit details
    Browse the repository at this point in the history