Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
<Location /ldap-status>
SetHandler ldap-status
<%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%>
Require ip 127.0.0.1 ::1
<%- else -%>
Order deny,allow
Deny from all
Allow from 127.0.0.1 ::1
Satisfy all
<%- end -%>
</Location>