Skip to content

Commit

Permalink
Update core/audits/has-hsts.js
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Raine <[email protected]>
  • Loading branch information
sebastian9er and adamraine authored Nov 25, 2024
1 parent b26dec3 commit c202369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/audits/has-hsts.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const UIStrings = {
/** Summary text for the results of a Lighthouse audit that evaluates the HSTS header. This is displayed if the preload directive is missing. "HSTS" stands for "HTTP Strict Transport Security". */
noPreload: 'No `preload` directive found',
/** Summary text for the results of a Lighthouse audit that evaluates the HSTS header. This is displayed if the includeSubDomains directive is missing. "HSTS" stands for "HTTP Strict Transport Security". */
noSubdomain: 'No includeSubDomains directive found',
noSubdomain: 'No `includeSubDomains` directive found',
/** Summary text for the results of a Lighthouse audit that evaluates the HSTS header. This is displayed if the max-age directive is missing. "HSTS" stands for "HTTP Strict Transport Security". */
noMaxAge: 'No max-age directive',
/** Summary text for the results of a Lighthouse audit that evaluates the HSTS header. This is displayed if the provided duration for the max-age directive is too low. "HSTS" stands for "HTTP Strict Transport Security". */
Expand Down

0 comments on commit c202369

Please sign in to comment.