mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
chore: Proxy mode without experimental tag (#147)
* chore: Proxy mode without experimental tag * fix: Update proxy mode docs * fix: Code review fixes
This commit is contained in:
@@ -23,12 +23,12 @@ skip_event_logging: false
|
||||
# This is the number of days to retain event logs.
|
||||
event_log_retention_days: 7
|
||||
|
||||
# Experimental proxy mode. Default is false.
|
||||
# Proxy mode. Default is false.
|
||||
# When enabled, PMG uses an experimental proxy-based interception approach instead of the
|
||||
# default guard-based analysis. The proxy intercepts package manager requests in real-time
|
||||
# and analyzes packages as they are downloaded. This is an experimental feature and may not
|
||||
# work in all environments.
|
||||
experimental_proxy_mode: false
|
||||
proxy_mode: false
|
||||
|
||||
# Trusted packages are packages that are trusted by the user and will be ignored by the security guardrails.
|
||||
# This is useful for packages that are known to be safe and are used in the application.
|
||||
|
||||
Reference in New Issue
Block a user