This pull requests allows you to remove access for a site or a certain service.
It works similar to the .auth files: Place a .no_auth file into a dir and the authentication for all services will be removed. If create a .no_auth.[service] only the authentication for the [service] will be removed.
The .no_auth files respect the folder hirachy, which means an .auth will override the .no_auth of a parent dir, the .no_auth.[service] currently doesn't. It will remove the authentication for all sub directories.
This pull requests allows you to remove access for a site or a certain service.
It works similar to the .auth files: Place a .no_auth file into a dir and the authentication for all services will be removed. If create a .no_auth.[service] only the authentication for the [service] will be removed.
The .no_auth files respect the folder hirachy, which means an .auth will override the .no_auth of a parent dir, the .no_auth.[service] currently doesn't. It will remove the authentication for all sub directories.