Skip to content

Commit

Permalink
Update meta title and description
Browse files Browse the repository at this point in the history
This commit changes outdated meta description which suggested
privacy.sexy is only for Windows.

It also changes title to use `Maximize your privacy` instead of using
the word "enforce".
  • Loading branch information
undergroundwires committed Feb 20, 2024
1 parent 17152c8 commit c7fa4b6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/presentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Privacy is sexy - Enforce privacy & security on Windows, macOS and Linux</title>
<title>privacy.sexy - Maximize Your Privacy and Security</title>
<meta
name="description"
content="
Discover privacy.sexy, the privacy tool to maximize your privacy and security on Windows, macOS, and Linux.
Easily use best practices to prevent tracking and make your life secure and private — because privacy is sexy.
"
/>
<meta name="robots" content="index,follow" />
<meta name="description"
content="Web tool to generate scripts for enforcing privacy & security best-practices such as stopping data collection of Windows and different softwares on it." />
<link rel="icon" href="/favicon.ico">

<!--
Expand All @@ -17,7 +22,7 @@
- [+] `style-src 'unsafe-inline'` : Required for Vue.
- [+] `img-src data:` : Required for Ace (code editor) CSS.
- [+] `script-src: 'unsafe-inline'` : Required for Vite legacy (@vitejs/plugin-legacy) for production builds.
- [-] `upgrade-insecure-requests` : Required for development on macOS Safari or Safari will block requests on `http://localhost`.
- [-] `upgrade-insecure-requests` : Required for development on macOS Safari or Safari will block requests on `http://localhost`.
-->
<meta
http-equiv="Content-Security-Policy"
Expand Down

0 comments on commit c7fa4b6

Please sign in to comment.