Skip to content

Commit

Permalink
Removed security.request.body_limit config from default source and ne…
Browse files Browse the repository at this point in the history
…wrelic.yml
  • Loading branch information
prateeksen committed Oct 25, 2024
1 parent dc25ebc commit c399d56
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2727,15 +2727,6 @@ def self.notify
:allowed_from_server => false,
:description => 'The port the application is listening on. This setting is mandatory for Passenger servers. Other servers should be detected by default.'
},
:'security.request.body_limit' => {
:default => 300,
:allow_nil => true,
:public => true,
:type => Integer,
:external => true,
:allowed_from_server => false,
:description => 'Defines the request body limit to process in security events (in KB). The default value is 300, for 300KB.'
},
:'security.exclude_from_iast_scan.api' => {
:default => [],
:public => true,
Expand Down

0 comments on commit c399d56

Please sign in to comment.