{
    "url": "https://www.previousnext.com.au",
    "score": 7,
    "summary": {
        "missing": 1,
        "warnings": 2,
        "notices": 4
    },
    "caches": [
        "Website",
        "Amazon CloudFront",
        "Browser"
    ],
    "headers": {
        "content-type": {
            "value": "text/html; charset=utf-8",
            "findings": [
                {
                    "severity": "info",
                    "message": "The type of the message body, specified as a <a href=\"https://en.wikipedia.org/wiki/Media_type\">MIME type</a>."
                }
            ]
        },
        "date": {
            "value": "sun, 17 may 2026 19:58:45 gmt",
            "findings": [
                {
                    "severity": "info",
                    "message": "The date and time at which the request was made. A browser uses it for age calculations rather than using its own internal date and time; e.g. when comparing against <code>Max-Age</code> or <code>Expires</code>."
                }
            ]
        },
        "content-encoding": {
            "value": "br",
            "findings": [
                {
                    "severity": "info",
                    "message": "Specifies how the resource is <em>compressed</em>. Not to be confused with <code>Transfer-Encoding</code> which specifies how the data is transferred."
                },
                {
                    "severity": "info",
                    "message": "<code>br</code> means that the data is compressed with <code>brotli</code>."
                },
                {
                    "severity": "warning",
                    "message": "Add a <code>Content-Length</code> header. The Content-Length header is required, unless the message is transported using chunked encoding. Without a <code>Content-Length</code> header some servers will respond with 400 (bad request) or terminate connections early."
                }
            ]
        },
        "etag": {
            "value": "w/\"1779019309\"",
            "findings": [
                {
                    "severity": "info",
                    "message": "A unique identifier that changes every time a page at a given URL changes. It acts as a <i>fingerprint</i>. A cache can compare <code>ETag</code> values to see if the page has changed and has become stale. For example, a browser will send the <code>ETag</code> value of a cached page in an <code>If-None-Match</code> header. The web server compares the <code>ETag</code> value sent by the browser with the <code>ETag</code> value of the current version of the page. If both values are the same, the web server sends back a <code>304 Not Modified</code> status and no body. This particular <code>ETag</code> value starts with <code>W/</code> which means that it is a <i>weak identifier</i>; while unlikely, multiple pages might have the same identifier. Weak identifiers are used because <i>strong identifiers</i> can be difficult and costly to generate."
                }
            ]
        },
        "cache-control": {
            "value": "max-age=10800, public",
            "findings": [
                {
                    "severity": "info",
                    "message": "<code>public</code> means the response may be stored by <em>all</em> caches, including browser caches, CDNs, and shared caches."
                },
                {
                    "severity": "info",
                    "message": "<code>max-age</code> specifies the maximum amount of seconds a page is considered valid. The higher <code>max-age</code>, the longer a page can be cached."
                }
            ]
        },
        "content-language": {
            "value": "en",
            "findings": [
                {
                    "severity": "info",
                    "message": "Specifies the page's intended audience. For example, <code>en-US</code> means that the document is intended for English language speakers in the United States. The language tags are defined in <a href=\"https://datatracker.ietf.org/doc/html/rfc5646\">RFC 5646</a>."
                }
            ]
        },
        "x-content-type-options": {
            "value": "nosniff",
            "findings": [
                {
                    "severity": "info",
                    "message": "The <code>X-Content-Type-Options</code> header prevents browsers from guessing a response's content type. Without it, browsers may interpret files differently than intended, which can lead to security vulnerabilities."
                },
                {
                    "severity": "info",
                    "message": "The value <code>nosniff</code> is correctly set."
                }
            ]
        },
        "x-frame-options": {
            "value": "sameorigin",
            "findings": [
                {
                    "severity": "info",
                    "message": "<code>X-Frame-Options</code> prevents this URL from being embedded in an <code>iframe</code>. This protects against clickjacking attacks."
                },
                {
                    "severity": "info",
                    "message": "<code>sameorigin</code> allows this page to be displayed in an <code>iframe</code> on the same origin. This is the recommended setting."
                }
            ]
        },
        "expires": {
            "value": "sun, 19 nov 1978 05:00:00 gmt",
            "findings": [
                {
                    "severity": "info",
                    "message": "This <code>Expires</code> date is in the past: the page is considered stale and will be removed from <em>all</em> caches."
                },
                {
                    "severity": "notice",
                    "message": "Because there is a <code>Cache-Control</code> header with a <code>max-age</code> and/or <code>s-maxage</code> directive, the <code>Expires</code> header will be ignored. Consider removing <code>Expires</code> to save bandwidth and processing power."
                },
                {
                    "severity": "info",
                    "message": "PS: November 19th is my birthday! 🎂"
                }
            ]
        },
        "last-modified": {
            "value": "sun, 17 may 2026 12:01:49 gmt",
            "findings": [
                {
                    "severity": "info",
                    "message": "The date and time at which the origin server believes the page was last modified."
                },
                {
                    "severity": "notice",
                    "message": "Because there is an <code>Etag</code> header, <code>Last-Modified</code> is likely to be ignored. The <code>ETag</code> hash is more accurate than the date/time in <code>Last-Modified</code>. Consider removing <code>Last-Modified</code> to save bandwidth and processing power."
                }
            ]
        },
        "x-xss-protection": {
            "value": "1; mode=block",
            "findings": [
                {
                    "severity": "info",
                    "message": "A legacy header that enables the browser's built-in cross-site scripting (XSS) filter. Modern browsers ignore it in favor of <code>Content-Security-Policy</code>."
                },
                {
                    "severity": "info",
                    "message": "<code>1</code> enables XSS filtering."
                },
                {
                    "severity": "info",
                    "message": "<code>mode=block</code> blocks the response entirely if an attack is detected, instead of sanitizing the page."
                }
            ]
        },
        "content-security-policy": {
            "value": "default-src 'self' bam.nr-data.net; connect-src 'self' analytics.google.com *.analytics.google.com *.google-analytics.com *.googletagmanager.com hello.myfonts.net stats.g.doubleclick.net www.google.com; font-src 'self' data: fonts.googleapis.com fonts.gstatic.com hello.myfonts.net; frame-src 'self' player.vimeo.com www.google.com www.googletagmanager.com www.youtube.com youtube.com; img-src 'self' *.google-analytics.com *.googletagmanager.com *.google.com.au *.siteimproveanalytics.io *.ytimg.com data: www.gstatic.com; object-src 'none'; script-src 'self' 'unsafe-inline' *.googletagmanager.com js-agent.newrelic.com player.vimeo.com ssl.google-analytics.com tagmanager.google.com www.google-analytics.com www.google.com www.gstatic.com www.youtube.com cdn.jsdelivr.net https://www.google.com; style-src 'self' 'unsafe-inline' tagmanager.google.com fonts.googleapis.com fonts.gstatic.com hello.myfonts.net data: cdn.jsdelivr.net; base-uri 'self'; frame-ancestors 'self'",
            "findings": [
                {
                    "severity": "info",
                    "message": "The Content Security Policy (CSP) header helps prevent cross-site scripting (XSS), clickjacking, and other code injection attacks by specifying which dynamic resources are allowed to load."
                },
                {
                    "severity": "info",
                    "message": "<code>default-src</code> sets the default policy for fetching resources like JavaScript, images, CSS, fonts, AJAX requests, frames, HTML5 media."
                },
                {
                    "severity": "info",
                    "message": "<code>script-src</code> specifies valid sources for JavaScript. This includes not only URLs loaded directly into <code>&lt;script&gt;</code> elements, but also things like inline script event handlers (onclick) and XSLT stylesheets which can trigger script execution."
                },
                {
                    "severity": "info",
                    "message": "<code>base-uri</code> defines what URLs can be used in the <code>&lt;base&gt;</code> element."
                },
                {
                    "severity": "info",
                    "message": "<code>object-src</code> defines what <code>&lt;object&gt;</code>, <code>&lt;embed&gt;</code> and <code>&lt;applet&gt;</code> elements are allowed to be loaded and executed."
                },
                {
                    "severity": "info",
                    "message": "<code>style-src</code> defines what CSS stylesheets are allowed to be loaded."
                },
                {
                    "severity": "info",
                    "message": "<code>img-src</code> defines what images and favicons can be loaded."
                },
                {
                    "severity": "info",
                    "message": "<code>font-src</code> defines what fonts can be loaded using CSS's <code>@font-face</code>."
                },
                {
                    "severity": "info",
                    "message": "<code>frame-src</code> defines what <code>&lt;frame&gt;</code> and <code>&lt;iframe&gt;</code> elements can be loaded."
                },
                {
                    "severity": "info",
                    "message": "<code>frame-ancestors</code> defines what parents may embed a page using <code>&lt;frame&gt;</code>, <code>&lt;iframe&gt;</code>, <code>&lt;object&gt;</code>, <code>&lt;embed&gt;</code> or <code>&lt;applet&gt;</code>."
                },
                {
                    "severity": "notice",
                    "message": "Consider adding the <code>upgrade-insecure-requests</code> directive to automatically upgrade HTTP requests to HTTPS, helping to prevent mixed content issues."
                },
                {
                    "severity": "warning",
                    "message": "<code>unsafe-inline</code> in <code>script-src</code> allows execution of inline scripts, which effectively disables CSP's XSS protection. Consider using nonces or hashes instead."
                }
            ]
        },
        "cache-tags": {
            "value": "538c97,3d5f6f,eeade2,b3765e,64779b,51460a,f32d93,c3ed16,94677d,b6fe1b,4eff63,171bd9,e9be06,7897d3,ff4424,ff1736,60331b,42e5c0,b0ed2f,258a80,2525e5,2c0691,ca47df,02cf9a,015bd4,88ba0c,131300,f87122,0ff36f,d50676,7113da,e4456b,05b142,a6a7b9,2739fd,3c82a6,aff48b,c77d7c,07965f,313342,3b577a,08b6b7,8e3613,89653d,f1fc69,357b71,13becd,b3c9e6,d70e05,be9bc2,c35c45,3ff4c6,58a379,bf5892",
            "findings": []
        },
        "permissions-policy": {
            "value": "camera=(), microphone=(), geolocation=(), payment=(), usb=(), interest-cohort=()",
            "findings": [
                {
                    "severity": "info",
                    "message": "Controls which browser features and APIs (camera, microphone, geolocation, payment, USB, etc.) this page and its embedded iframes are allowed to use. Each feature is set to an allowlist of origins; an empty list <code>()</code> disables the feature entirely. This is a defense-in-depth measure: even if an attacker injects script via XSS, they cannot access the restricted APIs."
                }
            ]
        },
        "x-permitted-cross-domain-policies": {
            "value": "none",
            "findings": [
                {
                    "severity": "info",
                    "message": "Instructs clients like Flash and Acrobat Reader what cross-domain policy they have to use. <code>none</code> is the most secure setting. Data can't be shared across domains."
                }
            ]
        },
        "cross-origin-opener-policy": {
            "value": "same-origin-allow-popups",
            "findings": [
                {
                    "severity": "info",
                    "message": "Controls whether other pages can access this page's <code>window</code> object (and vice versa) when opened via <code>window.open()</code> or by navigating to a new page. Without this header, a malicious page could open your site and retain a reference to its <code>window</code>, enabling script-based attacks through the shared browsing context. Setting this to <code>same-origin</code> severs that link for cross-origin pages. Note: COOP governs top-level documents and popups, not iframes. Use <code>X-Frame-Options</code> or CSP <code>frame-ancestors</code> to control iframe embedding."
                },
                {
                    "severity": "info",
                    "message": "<code>same-origin-allow-popups</code> isolates this page from cross-origin openers (like <code>same-origin</code>), but still allows popups opened by this page to retain a connection if the popup has COOP set to <code>unsafe-none</code> (any origin) or <code>same-origin-allow-popups</code> (same origin only). This is useful for pages that need to interact with OAuth or payment popups."
                }
            ]
        },
        "cross-origin-resource-policy": {
            "value": "cross-origin",
            "findings": [
                {
                    "severity": "info",
                    "message": "Controls which origins are allowed to load this resource (e.g. embed this image, load this script). This prevents other sites from hotlinking your resources and is how a resource signals its consent to be loaded by pages that use <code>Cross-Origin-Embedder-Policy</code>."
                },
                {
                    "severity": "notice",
                    "message": "<code>cross-origin</code> means the resource can be loaded by documents from any origin. This is the least secure option."
                }
            ]
        },
        "feature-policy": {
            "value": "geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'self'; vibrate 'none'; fullscreen 'self'; payment 'none';",
            "findings": []
        },
        "strict-transport-security": {
            "value": "max-age=31536000",
            "findings": [
                {
                    "severity": "info",
                    "message": "The <code>Strict-Transport-Security</code> header (HSTS) instructs browsers to only use HTTPS for future connections to this domain, enhancing security by preventing downgrade attacks and cookie hijacking."
                },
                {
                    "severity": "info",
                    "message": "<code>max-age</code> specifies the time, in seconds, that the browser should remember to use HTTPS only for this domain."
                }
            ]
        },
        "referrer-policy": {
            "value": "same-origin",
            "findings": [
                {
                    "severity": "info",
                    "message": "When a visitor navigates from one page to another page, browsers often pass along <em>referrer information</em>. The <code>Referrer-Policy</code> header controls how much referrer information a browser can share. This is important because private information can be embedded in the <i>path</i> or <i>query string</i>."
                },
                {
                    "severity": "info",
                    "message": "<code>same-origin</code> means that the full URL (<i>protocol</i>, <i>host</i>, <i>port</i>, <i>path</i> and <i>query string</i>) is shared for same-origin requests. For cross-origin requests, no referrer information is shared at all."
                }
            ]
        },
        "vary": {
            "value": "cookie,accept-encoding",
            "findings": [
                {
                    "severity": "info",
                    "message": "The <code>Vary</code> header specifies a list of headers that must be considered when caching responses. For a cached response to be used, these headers must match between the cached response and the new request. This ensures that the appropriate version of a resource is served based on factors like language, encoding, or device type."
                }
            ]
        },
        "x-cache": {
            "value": "hit from cloudfront",
            "findings": [
                {
                    "severity": "info",
                    "message": "The page was served from Amazon CloudFront."
                }
            ]
        },
        "via": {
            "value": "1.1 fdb52cd1c10dcf08197f1215fcd8e512.cloudfront.net (cloudfront)",
            "findings": [
                {
                    "severity": "info",
                    "message": "The <code>Via</code> header tracks how a page is forwarded from proxy to proxy. Beware, not all proxies append themselves to the <code>Via</code> header."
                }
            ]
        },
        "x-amz-cf-pop": {
            "value": "iad55-p5",
            "findings": [
                {
                    "severity": "info",
                    "message": "Amazon CloudFront's edge servers that were queried for the request. The first 3 letters are an IATA location code."
                }
            ]
        },
        "alt-svc": {
            "value": "h3=\":443\"; ma=86400",
            "findings": [
                {
                    "severity": "info",
                    "message": "The <code>alt-svc</code> header tells the browser that the same content is available over a different protocol. This allows the browser to upgrade to a faster protocol (e.g. HTTP/3 over QUIC) on subsequent requests without a separate negotiation step."
                },
                {
                    "severity": "info",
                    "message": "<code>h3</code> indicates that HTTP/3 is supported. HTTP/3 uses the QUIC protocol (UDP-based) instead of TCP, which eliminates the TCP handshake delay and performs better on lossy networks. Variants like <code>h3-29</code> refer to specific drafts of the HTTP/3 protocol."
                },
                {
                    "severity": "info",
                    "message": "<code>ma=86400</code> specifies that the alternative service information is fresh for 86400 seconds."
                }
            ]
        },
        "x-amz-cf-id": {
            "value": "6qgn4jlzjn_qeoaw9cqdoip_t8cflb-emplgvhznhlj7ggbbpgdz-w==",
            "findings": [
                {
                    "severity": "info",
                    "message": "A unique request identifier generated by Amazon CloudFront. This ID can be used to troubleshoot the request and trace it through Amazon's network."
                }
            ]
        },
        "age": {
            "value": "2911",
            "findings": [
                {
                    "severity": "info",
                    "message": "The time in seconds that the page has been in the shared proxy cache. The maximum age is set by <code>max-age</code> or <code>s-maxage</code> in the <code>Cache-Control</code> header."
                }
            ]
        }
    },
    "missing": {
        "cross-origin-embedder-policy": {
            "message": "Add a <code>Cross-Origin-Embedder-Policy</code> header. It requires cross-origin resources to explicitly consent before this page can load them, protecting those resources from being exposed to Spectre-style timing attacks. Together with <code>Cross-Origin-Opener-Policy</code>, it enables cross-origin isolation and access to <code>SharedArrayBuffer</code>."
        }
    }
}