Security Report Summary
A
Site: https://peda.net/p/idnpokerpulsa
IP Address: 130.234.6.153
Report Time: 20 Apr 2024 15:54:10 UTC
Headers:
  • Content-Security-Policy
  • Referrer-Policy
  • Strict-Transport-Security
  • X-Content-Type-Options
  • X-Frame-Options
  • Permissions-Policy
Warning: Grade capped at A, please see warnings below.
Advanced:
Great grade! Perform a deeper security analysis of your website and APIs:
Missing Headers
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Warnings
Status code indicates errorThe status code of the response indicates an error. Not all headers may be set when the response is an error.
Referrer-PolicyThe "origin-when-cross-origin" value is not recommended.
Raw Headers
HTTP/2404
dateSat, 20 Apr 2024 15:54:10 GMT
serverApache
cache-controlprivate, max-age=0, s-maxage=0
content-security-policydefault-src 'self' data:; connect-src 'self' wss://peda.net blob: www.google-analytics.com region1.google-analytics.com;script-src 'self' 'report-sample' platform.instagram.com www.instagram.com https://platform.twitter.com/widgets.js https://platform.twitter.com/js/ https://cdnjs.cloudflare.com/ajax/libs/bacon.js/ https://cdnjs.cloudflare.com/ajax/libs/mathjax/ https://cdnjs.cloudflare.com/ajax/libs/spectrum/ https://cdnjs.cloudflare.com/ajax/libs/font-awesome/ connect.facebook.net payment.paytrail.com unpkg.com www.googletagmanager.com www.google-analytics.com; sandbox allow-downloads allow-popups allow-scripts allow-same-origin allow-forms allow-modals allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation; img-src * data: blob:; object-src 'none'; style-src * 'unsafe-inline'; font-src * data: about:; media-src * data: blob:; frame-src * data:;
cross-origin-opener-policyunsafe-none
expiresSat, 20 Apr 2024 15:54:10 GMT
referrer-policyorigin-when-cross-origin
set-cookie__Host-session-id=d0774826-7af5-48a5-99c4-7440a23f586c; Path=/; HttpOnly; Secure
set-cookielastwrite=1713628450; Path=/; HttpOnly; Secure; max-age=5; expires=Sat, 20 Apr 2024 15:54:15 GMT
strict-transport-securitymax-age=32000000; includeSubDomains; preload
varyAccept,User-Agent
x-content-type-optionsnosniff
x-frame-optionsDENY
x-log-id2024-04-20T18:54:10.703-worker3-1494513.log
x-xss-protection0
content-typetext/html; charset=UTF-8
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-Resource-PolicyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
Additional Information
serverThis Server header seems to advertise the software being run on the server but you can remove or change this value.
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. Analyse this policy in more detail. You can sign up for a free account on Report URI to collect reports about problems on your site.
cross-origin-opener-policyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
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.
set-cookieThis is not a SameSite Cookie.
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".
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.
x-xss-protectionX-XSS-Protection sets the configuration for the XSS Auditor built into older browsers. The recommended value was "X-XSS-Protection: 1; mode=block" but you should now look at Content Security Policy instead.