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;
|
private Long maxStorageCapacity = null;
|
||||||
|
|
||||||
/** Whether to serve QDN data without authentication */
|
/** Whether to serve QDN data without authentication */
|
||||||
private boolean qdnAuthBypassEnabled = false;
|
private boolean qdnAuthBypassEnabled = true;
|
||||||
|
|
||||||
// Domain mapping
|
// Domain mapping
|
||||||
public static class DomainMap {
|
public static class DomainMap {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user