Skip to content

Commit 4465169

Browse files
committed
Merge branch 'GHSA-9jfm-9rc6-2hfq' into develop
2 parents ff14eb9 + d691238 commit 4465169

5 files changed

Lines changed: 536 additions & 396 deletions

File tree

conf/glances.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ history_size=1200
5757
# Default is *
5858
#cors_origins=*
5959
# Indicate that cookies should be supported for cross-origin requests.
60-
# Default is True
61-
#cors_credentials=True
60+
# Default is False.
61+
# Set to True only when cors_origins is explicitly configured with specific origins.
62+
#cors_credentials=False
6263
# Comma separated list of HTTP methods that should be allowed for cross-origin requests.
6364
# Default is *
6465
#cors_methods=*

docker-compose/glances.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ max_processes_display=25
5757
# Default is *
5858
#cors_origins=*
5959
# Indicate that cookies should be supported for cross-origin requests.
60-
# Default is True
61-
#cors_credentials=True
60+
# Default is False.
61+
# Set to True only when cors_origins is explicitly configured with specific origins.
62+
#cors_credentials=False
6263
# Comma separated list of HTTP methods that should be allowed for cross-origin requests.
6364
# Default is *
6465
#cors_methods=*

0 commit comments

Comments
 (0)