Security Checks
Ensure that your site is following best practices.
Basic Security
Don't load resources from hosts with known phishing or malware
|
||
Don't expose risky services
|
||
Don't host malware or phishing content
|
||
Don't use obsolete technologies
|
Transmit Data Securely
Use a valid SSL certificate
|
||
Don't use any bad ciphers
|
||
Loads all scripts via HTTPs
|
||
Send form submissions over HTTPS
|
||
Don't send sensitive information via GET method
|
Use HTTP Security Headers
Use a content-security-policy HTTP header
|
||
Use a x-content-type-options HTTP header
|
||
Use a x-frame-options HTTP header
|
||
Use a referrer-policy HTTP header
|
||
Use a permissions-policy HTTP header
|