Skip to content

Commit a26690f

Browse files
committed
Added DNS_REBINDING_PROTECTION_ENABLED setting.
1 parent c83cbad commit a26690f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/gitlab4j/api/models/Setting.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ public enum Setting {
118118
/** Disabled OAuth sign-in sources. */
119119
DISABLED_OAUTH_SIGN_IN_SOURCES(String[].class),
120120

121+
/** New as of 11.11.0 */
122+
DNS_REBINDING_PROTECTION_ENABLED(Boolean.class),
123+
121124
/**
122125
* required by: domain_blacklist_enabled Users with e-mail addresses that match
123126
* these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate

0 commit comments

Comments
 (0)