mozilla / ssl-config-generator

Mozilla SSL Configuration Generator
https://ssl-config.mozilla.org/
Mozilla Public License 2.0
374 stars 60 forks source link

Update JSON v4.0–v5.0 specs canonical location #251

Closed janbrasna closed 1 month ago

janbrasna commented 1 month ago

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.

gstrauss commented 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",
gstrauss commented 1 month ago

(or is /docs/ generated by the page build?) => Yes