We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83cbad commit a26690fCopy full SHA for a26690f
src/main/java/org/gitlab4j/api/models/Setting.java
@@ -118,6 +118,9 @@ public enum Setting {
118
/** Disabled OAuth sign-in sources. */
119
DISABLED_OAUTH_SIGN_IN_SOURCES(String[].class),
120
121
+ /** New as of 11.11.0 */
122
+ DNS_REBINDING_PROTECTION_ENABLED(Boolean.class),
123
+
124
/**
125
* required by: domain_blacklist_enabled Users with e-mail addresses that match
126
* these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate
0 commit comments