Update meta title and description

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".
This commit is contained in:
undergroundwires
2024-02-11 21:56:49 +01:00
parent 17152c84dc
commit c7fa4b6d02

View File

@@ -4,10 +4,15 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <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="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"> <link rel="icon" href="/favicon.ico">
<!-- <!--
@@ -17,7 +22,7 @@
- [+] `style-src 'unsafe-inline'` : Required for Vue. - [+] `style-src 'unsafe-inline'` : Required for Vue.
- [+] `img-src data:` : Required for Ace (code editor) CSS. - [+] `img-src data:` : Required for Ace (code editor) CSS.
- [+] `script-src: 'unsafe-inline'` : Required for Vite legacy (@vitejs/plugin-legacy) for production builds. - [+] `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 <meta
http-equiv="Content-Security-Policy" http-equiv="Content-Security-Policy"