From 6ae71d7907f3634773d973c7840b4bfb6aa7ea4d Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Mon, 31 Oct 2022 18:23:05 -0400 Subject: [PATCH] fix: remove "information collected by other services" in privacy --- src/pages/privacy/index.tsx | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/src/pages/privacy/index.tsx b/src/pages/privacy/index.tsx index f78b9c8..4f40577 100644 --- a/src/pages/privacy/index.tsx +++ b/src/pages/privacy/index.tsx @@ -1,14 +1,14 @@ -import Meta from '../../components/Meta/Meta'; -import Layout from '../../layouts/Layout'; +import Meta from '../../components/Meta/Meta' +import Layout from '../../layouts/Layout' -import styles from '../../styles/modules/pages/privacy/privacy.module.scss'; +import styles from '../../styles/modules/pages/privacy/privacy.module.scss' const Privacy = () => { return ( <>
@@ -41,24 +41,11 @@ const Privacy = () => { Local Storage for libremdb.

-
-

- Information collected by other services -

-

- libremdb connects to 'media-amazon.com' and 'media-imdb.com' for - fetching images and videos. So, Amazon might log your IP - address, and other information(such as http headers) sent by - your browser. -

-
- ); -}; + ) +} -export default Privacy; +export default Privacy