forked from Qortal/qortal
qdnAuthBypassEnabled defaulted to true, as it is needed for Q-Apps.
This commit is contained in:
parent
8c41a4a6b3
commit
d7b1615d4f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user