Skip to content

Commit 348ff22

Browse files
authored
Revert "Enable API Security by default (#8511)"
This reverts commit 2885767.
1 parent 712d5c3 commit 348ff22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-trace-api/src/main/java/datadog/trace/api/ConfigDefaults.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public final class ConfigDefaults {
113113
static final int DEFAULT_APPSEC_TRACE_RATE_LIMIT = 100;
114114
static final boolean DEFAULT_APPSEC_WAF_METRICS = true;
115115
static final int DEFAULT_APPSEC_WAF_TIMEOUT = 100000; // 0.1 s
116-
static final boolean DEFAULT_API_SECURITY_ENABLED = true;
116+
static final boolean DEFAULT_API_SECURITY_ENABLED = false;
117117
static final float DEFAULT_API_SECURITY_SAMPLE_DELAY = 30.0f;
118118
// TODO: change to true once the RFC is approved
119119
static final boolean DEFAULT_API_SECURITY_ENDPOINT_COLLECTION_ENABLED = false;

0 commit comments

Comments
 (0)