Security Report Summary
B
Site: https://skillvalue.com/en/
IP Address: 13.107.213.67
Report Time: 19 Apr 2024 12:56:25 UTC
Headers:
  • Strict-Transport-Security
  • X-Content-Type-Options
  • Referrer-Policy
  • Permissions-Policy
  • Content-Security-Policy
  • X-Frame-Options
Warning: Grade capped at A, please see warnings below.
Advanced:
Solid grade,let’s perform a deeper security analysis of your website and APIs:
Missing Headers
Content-Security-PolicyContent Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources of approved content, you can prevent the browser from loading malicious assets.
X-Frame-OptionsX-Frame-Options tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking. Recommended value "X-Frame-Options: SAMEORIGIN".
Warnings
Referrer-PolicyThe "origin" value is not recommended.
Raw Headers
HTTP/2200
dateFri, 19 Apr 2024 12:56:25 GMT
content-typetext/html; charset=UTF-8
content-length26651
x-powered-byPHP/7.4.33
link<https://skillvalue.com/en/>; rel=shortlink
varyAccept-Encoding
content-encodinggzip
strict-transport-securitymax-age=15724800; includeSubDomains
x-content-type-optionsnosniff
referrer-policyorigin
permissions-policyaccelerometer=*; ambient-light-sensor=*; autoplay=*; battery=*; camera=*; cross-origin-isolated=*; display-capture=*; document-domain=*; encrypted-media=*; execution-while-not-rendered=*; execution-while-out-of-viewport=*; fullscreen=*; geolocation=*; gyroscope=*; keyboard-map=*; magnetometer=*; microphone=*; midi=*; navigation-override=*; payment=*; picture-in-picture=*; publickey-credentials-get=*; screen-wake-lock=*; sync-xhr=*; usb=*; web-share=*; xr-spatial-tracking=*; clipboard-read=*; clipboard-write=*; gamepad=*; speaker-selection=*; conversion-measurement=*; focus-without-user-activation=*; hid=*; idle-detection=*; interest-cohort=*; serial=*; sync-script=*; trust-token-redemption=*; window-placement=*; vertical-scroll=*
access-control-allow-originskillvalue.com
x-azure-ref20240419T125623Z-r1f495864dfbxwwbtctszprvww00000000e0000000003wz7
x-cacheCONFIG_NOCACHE
accept-rangesbytes
Upcoming Headers
Cross-Origin-Embedder-PolicyCross-Origin Embedder Policy allows a site to prevent assets being loaded that do not grant permission to load them via CORS or CORP.
Cross-Origin-Opener-PolicyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
Cross-Origin-Resource-PolicyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
Additional Information
x-powered-byX-Powered-By can usually be seen with values like "PHP/5.5.9-1ubuntu4.5" or "ASP.NET". Trying to minimise the amount of information you give out about your server is a good idea. This header should be removed or the value changed.
strict-transport-securityHTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS.
x-content-type-optionsX-Content-Type-Options stops a browser from trying to MIME-sniff the content type and forces it to stick with the declared content-type. The only valid value for this header is "X-Content-Type-Options: nosniff".
referrer-policyReferrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites.
permissions-policyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
access-control-allow-originThe Access-Control-Allow-Origin header is used to configure CORS.