From 23ca0a80b67aa376953cc9b2cd025dc80bf97bda Mon Sep 17 00:00:00 2001 From: thanharrison Date: Fri, 3 Jun 2022 20:59:16 -0400 Subject: [PATCH] fix warning and link to libredirect --- guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide.md b/guide.md index 754f9cb..5be4a90 100644 --- a/guide.md +++ b/guide.md @@ -86,9 +86,9 @@ Precautions while reading this guide and accessing the various links: - If you are reading this in PDF or ODT format, you will notice plenty of \`\`\` in place of double quotes (""). These \`\`\` are there to ease conversion into Markdown/HTML format for online viewing of code blocks on the website. -If you do not want the hassle and use one of the browsers below, you could also just install the following extension on your browser: [[Archive.org]][33] (**Warning, this extension and project seems abandoned or unmaintained, use at your on risk**): +If you do not want the hassle and use one of the browsers below, you could also just install the following extension on your browser: [[Archive.org]][33]: -- Firefox: +- Firefox: - Chromium-based browsers (Chrome, Brave, Edge): @@ -1501,7 +1501,7 @@ Here are some examples: - Be skeptical of Argon2d, as it's vulnerable to some forms of side-channels. Prefer Argon2i or Argon2id - Avoid: SHA-3, SHA-2, SHA-1, MD5 - + - Browser Security (HTTPS):