qdnAuthBypassEnabled defaulted to true, as it is needed for Q-Apps.

This commit is contained in:
CalDescent 2023-01-27 16:26:36 +00:00
parent 8c41a4a6b3
commit d7b1615d4f

View File

@ -351,7 +351,7 @@ public class Settings {
private Long maxStorageCapacity = null;
/** Whether to serve QDN data without authentication */
private boolean qdnAuthBypassEnabled = false;
private boolean qdnAuthBypassEnabled = true;
// Domain mapping
public static class DomainMap {