diff --git a/website/config/routes.js b/website/config/routes.js index ca61c66205..bf6f330297 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -100,14 +100,6 @@ module.exports.routes = { } },// handles /handbook and /handbook/foo/bar - 'GET /transparency': { - action: 'view-transparency', - locals: { - pageTitleForMeta: 'Transparency | Fleet', - pageDescriptionForMeta: 'Learn what data osquery can see.', - showContactFormCta: false, - } - }, 'GET /new-license': { action: 'customers/view-new-license', locals: { @@ -303,7 +295,6 @@ module.exports.routes = { 'GET /better': { action: 'view-transparency', locals: { - showContactFormCta: true, pageDescriptionForMeta: 'Discover how Fleet simplifies IT and security, prioritizing privacy, transparency, and trust for end users.', pageTitleForMeta: 'Better with Fleet | Fleet' } @@ -460,6 +451,7 @@ module.exports.routes = { 'GET /docs/deploy/deploy-on-render': '/guides/deploy-fleet-on-render', 'GET /docs/deploy/deploy-fleet-on-kubernetes': '/guides/deploy-fleet-on-kubernetes', 'GET /docs/using-fleet/mdm-macos-setup': '/docs/using-fleet/mdm-setup', + 'GET /transparency': '/better', // ╔╦╗╦╔═╗╔═╗ ╦═╗╔═╗╔╦╗╦╦═╗╔═╗╔═╗╔╦╗╔═╗ ┬ ╔╦╗╔═╗╦ ╦╔╗╔╦ ╔═╗╔═╗╔╦╗╔═╗ // ║║║║╚═╗║ ╠╦╝║╣ ║║║╠╦╝║╣ ║ ║ ╚═╗ ┌┼─ ║║║ ║║║║║║║║ ║ ║╠═╣ ║║╚═╗ diff --git a/website/views/pages/transparency.ejs b/website/views/pages/transparency.ejs index e477b85592..30037c07f8 100644 --- a/website/views/pages/transparency.ejs +++ b/website/views/pages/transparency.ejs @@ -1,7 +1,6 @@
- <% if(typeof showContactFormCta !== 'undefined' && showContactFormCta) {%>

A better user experience

Fleet is dedicated to making IT and security less annoying, while maintaining privacy, transparency, and trust for end users.

@@ -25,7 +24,6 @@
- <% } %>

What personal information can Fleet see?

@@ -166,19 +164,9 @@
-
-
- privacy icon -
-
-

It’s important to be vigilant about the personal information you share on your devices.

-

If you are unsure, or still have concerns about your privacy, it’s a good idea to talk to your employer about your organization’s privacy policy, and how your personal information is handled.

- Read about what to do, and not do on your work computer. -
-
-
- +
+
<%- /* Expose server-rendered data as window.SAILS_LOCALS :: */ exposeLocalsToBrowser() %>