You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve the security of Deco CX webpages, we propose enabling HTTP Strict Transport Security (HSTS) by default. HSTS ensures that all interactions between the user's browser and the website are conducted over HTTPS, protecting against protocol downgrade attacks and cookie hijacking.
Problem Statement
Currently, Deco CX does not enforce HTTPS connections by default, leaving room for potential security vulnerabilities, especially in scenarios where a user attempts to access the site via HTTP. This can undermine trust and expose sensitive user data to potential attacks.
Proposed Solution
Enable HSTS on all Deco CX webpages by default by adding the following header to HTTP responses:
Description
To improve the security of Deco CX webpages, we propose enabling HTTP Strict Transport Security (HSTS) by default. HSTS ensures that all interactions between the user's browser and the website are conducted over HTTPS, protecting against protocol downgrade attacks and cookie hijacking.
Problem Statement
Currently, Deco CX does not enforce HTTPS connections by default, leaving room for potential security vulnerabilities, especially in scenarios where a user attempts to access the site via HTTP. This can undermine trust and expose sensitive user data to potential attacks.
Proposed Solution
Enable HSTS on all Deco CX webpages by default by adding the following header to HTTP responses:
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
max-age=31536000
: Enforces HTTPS for one year.includeSubDomains
: Ensures all subdomains are also covered by HSTS.preload
: Prepares the site for inclusion in the browser preload list.Benefits
Implementation Steps
Additional Considerations
Impact
High (Improves security for all users)
Affected Systems
The text was updated successfully, but these errors were encountered: