From 27d7a2ebfa84bd82c2de65007d271e38b49e5c7e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 28 Feb 2024 04:28:55 +0200 Subject: Add first blog post --- assets/scss/web/_blog.scss | 1 + content/blog/lockdown-mode/images/example_1.jpeg | Bin 0 -> 20275 bytes content/blog/lockdown-mode/images/example_2.jpeg | Bin 0 -> 44208 bytes content/blog/lockdown-mode/index.md | 63 +++++++++++++++++++++++ hugo.yaml | 5 ++ 5 files changed, 69 insertions(+) create mode 100644 content/blog/lockdown-mode/images/example_1.jpeg create mode 100644 content/blog/lockdown-mode/images/example_2.jpeg create mode 100644 content/blog/lockdown-mode/index.md diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss index e0fcd5b..5d151fa 100644 --- a/assets/scss/web/_blog.scss +++ b/assets/scss/web/_blog.scss @@ -21,6 +21,7 @@ } .post__content { + margin-bottom: 2cm; h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; } diff --git a/content/blog/lockdown-mode/images/example_1.jpeg b/content/blog/lockdown-mode/images/example_1.jpeg new file mode 100644 index 0000000..03b9e4d Binary files /dev/null and b/content/blog/lockdown-mode/images/example_1.jpeg differ diff --git a/content/blog/lockdown-mode/images/example_2.jpeg b/content/blog/lockdown-mode/images/example_2.jpeg new file mode 100644 index 0000000..594f157 Binary files /dev/null and b/content/blog/lockdown-mode/images/example_2.jpeg differ diff --git a/content/blog/lockdown-mode/index.md b/content/blog/lockdown-mode/index.md new file mode 100644 index 0000000..c20033a --- /dev/null +++ b/content/blog/lockdown-mode/index.md @@ -0,0 +1,63 @@ +--- +title: The internet on Lockdown mode +date: 2024-02-28 +draft: false +--- +# What is lockdown mode? + +[Lockdown mode][1] is +an optional, extreme protection mode that was introduced by Apple in +iOS 17, iPadOS 17, watchOS 10, and macOS Sonoma. + +When Lockdown mode is enabled, your device won’t function like it typically does. +To reduce the attack surface that potentially could be exploited by highly +targeted mercenary spyware, certain apps, websites, +and features are strictly limited for security and some experiences might +not be available at all. + +# What does that mean? + +As per the article, When Lockdown mode is enabled, +some apps and features will function differently, including: + +Web browsing - Certain complex web technologies are blocked, +which might cause some websites to load more slowly or not operate correctly. +In addition, web fonts might not be displayed, +and images might be replaced with a missing image icon. + +# Should you enable it? + +Most probably, you don't need to enable it, but if you are someone (like me), +who generally hates web tracking, has concerns about privacy, and uses browsers +like Firefox (with [enhanced tracking protection][2] and [container tabs][4] +or [Firefox Klar/Focus][3]), you might be interested in giving it a try. +You're probably familiar with an internet that looks dysfunctional anyway. + +**And that's actually the point of this post.** + +The 2024 internet has mostly become just a marketing and tracking vehicle at best, +and except for a handful of websites (usually programming-related, +like StackOverflow or GitHub), the rest of the internet looks weird, and using +the Lockdown mode, made it clearer. + +It's pretty scary while using Lockdown mode to see how many attack vectors are there. +Technologies like web fonts, tracking scripts loaded from remote sources, +and link previews mostly don't work under Lockdown mode; therefore, you see +a version of the internet that wasn't built to be accessible or usable. + +# What can you do? + +If you are a developer, or managing developers, maybe you have the power to push +back against unnecessary tracking, the overuse of web fonts and glyph icons, or +at least, maybe you can push to have your website functioning under Lockdown mode, +and screen readers. + +It's quite sad to see the internet like this. + +Example image +Example image + +[1]: https://support.apple.com/en-us/105120 +[2]: https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop +[3]: https://support.mozilla.org/en-US/kb/firefox-focus-ios +[4]: https://support.mozilla.org/en-US/kb/containers diff --git a/hugo.yaml b/hugo.yaml index edb031b..2f65cf0 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -3,3 +3,8 @@ title: "A14M" enableRobotsTXT: true disableKinds: - taxonomy + +markup: + goldmark: + renderer: + unsafe: true -- cgit v1.2.3