Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

[SECURITY] - Multiple recommendations regarding web wallet security #17

Open
novy4 opened this issue Jun 27, 2021 · 0 comments
Open

[SECURITY] - Multiple recommendations regarding web wallet security #17

novy4 opened this issue Jun 27, 2021 · 0 comments
Labels
priority Good for newcomers

Comments

@novy4
Copy link

novy4 commented Jun 27, 2021

  • TLS Recommendations: No redirect from HTTP to HTTPS found. You should redirect your website visitors to the HTTPS version to avoid the "Not Secure" browser warning.

  • Security Headers: Missing security header for ClickJacking Protection. Alternatively, you can use Content-Security-Policy: frame-ancestors 'none'.

  • Missing Content-Security-Policy directive. We recommend to add the following CSP directives (you can use default-src if all values are the same): script-src, object-src, base-uri, frame-src.

  • Missing security header: X-XSS-Protection. The X-XSS-Protection HTTP header instructs the browser to stop loading web pages when they detect reflected Cross-Site Scripting (XSS) attacks. Lack of this header exposes application users to XSS attacks in case the web application contains such vulnerability. We recommend setting the X-XSS-Protection header to X-XSS-Protection: 1; mode=block.

  • Server software and technology found. An attacker could use this information to mount specific attacks against the identified software type and version. We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.

@BitCannaGlobal BitCannaGlobal added the priority Good for newcomers label Jun 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant