Closed janbrasna closed 1 month ago
These files appear to be duplicates in docs/guidelines
and src/static/guidelines
. Would you please update both locations for consistency? (Future: Do we want to put a symlink in the git repo instead of duplicating?)
$ grep statics.tls.security.mozilla.org -r .
./docs/guidelines/5.0.json: "href": "https://statics.tls.security.mozilla.org/server-side-tls-conf-5.0.json",
./docs/guidelines/4.0.json: "href": "https://statics.tls.security.mozilla.org/server-side-tls-conf-4.0.json",
./src/static/guidelines/5.0.json: "href": "https://statics.tls.security.mozilla.org/server-side-tls-conf-5.0.json",
./src/static/guidelines/4.0.json: "href": "https://statics.tls.security.mozilla.org/server-side-tls-conf-4.0.json",
(or is /docs/
generated by the page build?) => Yes
These files were originally being uploaded to the infosec S3 bucket that's no longer used for the spec JSONs publishing (the source for that was the former repo, before spinning off the tool here) — so this only matches the newer files that already use the current GH.io–hosted deployment, for them to correctly self-reference their location going forward.
(This only changes the deployed jsons under the current hostname, to reference their location where they are being loaded from; all the pre-existing jsons kept in the statics bucket for posterity will have their href unchanged, and when loaded from the security statics will still reference themselves correctly there.)
These came in via 1285bc8 but the hrefs were never updated to match.