Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
a26690f5
Commit
a26690f5
authored
Jun 07, 2019
by
Greg Messner
Browse files
Added DNS_REBINDING_PROTECTION_ENABLED setting.
parent
c83cbad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gitlab4j/api/models/Setting.java
View file @
a26690f5
...
...
@@ -118,6 +118,9 @@ public enum Setting {
/** Disabled OAuth sign-in sources. */
DISABLED_OAUTH_SIGN_IN_SOURCES
(
String
[].
class
),
/** New as of 11.11.0 */
DNS_REBINDING_PROTECTION_ENABLED
(
Boolean
.
class
),
/**
* required by: domain_blacklist_enabled Users with e-mail addresses that match
* these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment