Skip to content

Commit 677528d

Browse files
committed
Fix Firefox stable HSTS url
1 parent 49587db commit 677528d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/hsts-prune/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ async.parallel({
249249
async.parallel({
250250
esr: parse_include(esr_url),
251251
dev: parse_include(dev_url),
252-
stable: parse_include(esr_url),
252+
stable: parse_include(stable_url),
253253
chromium: parse_json(chromium_url)
254254
}, (err, structs) => {
255255

0 commit comments

Comments
 (0)