Requested at
https://groups.google.com/a/chromium.org/g/hstspreload/c/9QjOY4GyYQI,
service.gov.scot is on the PSL. Satisfies prereqs for preloading:
Tue Jul 28 16:00:49
hchao@hchao:~$ curl -I service.gov.scot
HTTP/1.1 301 Moved Permanently
Date: Tue, 28 Jul 2026 16:01:07 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://service.gov.scot/
Content-Security-Policy: default-src: 'none';
X-Robots-Tag: noindex
Tue Jul 28 16:01:07
hchao@hchao:~$ curl -I https://service.gov.scot
HTTP/2 301
date: Tue, 28 Jul 2026 16:01:47 GMT
content-type: text/html
content-length: 162
location: https://www.gov.scot/
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-security-policy: default-src: 'none';
x-robots-tag: noindex
Tue Jul 28 16:01:47
hchao@hchao:~$ curl -I https://www.gov.scot
HTTP/2 200
...
content-type: text/html;charset=UTF-8
content-length: 66851
date: Tue, 28 Jul 2026 16:02:13 GMT
cache-control: public, max-age=300, s-maxage=60
referrer-policy: no-referrer, strict-origin-when-cross-origin
strict-transport-security: max-age=31536000; includeSubDomains; preload
Change-Id: I8020add87ef5669440534b17e5e93b2ca109ecd8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8164065
Auto-Submit: Hubert Chao <hchao@chromium.org>
Commit-Queue: Hubert Chao <hchao@chromium.org>
Reviewed-by: Carlos IL <carlosil@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1669660}