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
Modern security browsers have added several headers that can assist in security related issues. For example, Strict Transport Security can be used to inform a browser that all requests to this domain must be over HTTPs.
We should investigate what additional security headers make sense and implement them in Teleport.
Proposed Solution
Investigate the following headers:
Caching related.
Cross-site scripting (XSS)
Embedding iframes.
Strict Transport Security.
Content security policy.
Content sniffing.
The text was updated successfully, but these errors were encountered:
Problem
Modern security browsers have added several headers that can assist in security related issues. For example, Strict Transport Security can be used to inform a browser that all requests to this domain must be over HTTPs.
We should investigate what additional security headers make sense and implement them in Teleport.
Proposed Solution
Investigate the following headers:
The text was updated successfully, but these errors were encountered: