Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 48ae17c

Browse files
author
Josh Moore
committed
feat: add note for HTTPS-Only mode
1 parent a17f265 commit 48ae17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function dateBadge(date) {
158158
* Generates a table with browser extensions and their descriptions
159159
*/
160160
function generateBrowserExtensions() {
161-
return `# Browser extensions${EOL + EOL}| Name | Description |${EOL}| ---- | ----------- |${EOL}`
161+
return `# Browser extensions${EOL + EOL}Make sure to enable **[HTTPS-Only mode](https://www.eff.org/https-everywhere/set-https-default-your-browser#main-content)** for your browser.${EOL + EOL}| Name | Description |${EOL}| ---- | ----------- |${EOL}`
162162
.concat(YAML.parse(fs.readFileSync(path.join(__dirname, 'yaml/browserExtensions.yml')).toString())
163163
.map(({ name, text, url }) => `| [${name}](${url}) ${addonLink(url)} | ${text.trim()} |${EOL}`).join(''));
164164
}

0 commit comments

Comments
 (0)