From 44d3a33fb3366adafd8a629a4b11211bf7479dc8 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Mon, 31 Oct 2022 18:10:34 -0400 Subject: [PATCH] feat: update information in FAQ --- src/pages/about/index.tsx | 85 ++++++++++++++++++++++----------------- 1 file changed, 47 insertions(+), 38 deletions(-) diff --git a/src/pages/about/index.tsx b/src/pages/about/index.tsx index b0f6418..5960897 100644 --- a/src/pages/about/index.tsx +++ b/src/pages/about/index.tsx @@ -1,19 +1,19 @@ /* eslint-disable react/no-unescaped-entities */ -import Link from 'next/link'; -import Meta from '../../components/Meta/Meta'; -import Layout from '../../layouts/Layout'; +import Link from 'next/link' +import Meta from '../../components/Meta/Meta' +import Layout from '../../layouts/Layout' -import styles from '../../styles/modules/pages/about/about.module.scss'; +import styles from '../../styles/modules/pages/about/about.module.scss' const About = () => { return ( <> -
+

@@ -22,12 +22,12 @@ const About = () => {
  • {

  • {

  • {

-
+

Questions you may have

@@ -91,21 +91,21 @@ const About = () => {

Replace `imdb.com` in any IMDb URL with any of the instances. For example: ` - + imdb.com/title/tt1049413 ` to ` libremdb.iket.me/title/tt1049413 ` . To avoid changing the URLs manually, you can use extensions like{' '} LibRedirect @@ -133,12 +133,21 @@ const About = () => {

- I see connection being made to some Amazon domains. + Is content served from third-parties, like Amazon?

- For now, images and videos are directly served from Amazon. If I - have enough time in the future, I'll implement a way to serve - the images from libremdb instead. + Nope, libremdb proxies all image and video requests through the + instance to avoid exposing your IP address, browser information + and other personally identifiable metadata ( + + Contributor + + ).

@@ -146,9 +155,9 @@ const About = () => { Will Amazon track me then?

- They may log your IP address, useragent, and other such - identifiers. I'd recommend using a VPN, or accessing the website - through TOR for mitigating this risk. + Also nope. All Amazon will see is the libremdb instance making + the request, not you. IP address, browser information and other + personally identifiable metadata is hidden from Amazon.

@@ -157,7 +166,7 @@ const About = () => {

Refer to the{' '} - + features section {' '} above. @@ -187,8 +196,8 @@ const About = () => {

That's great! I've a couple of{' '} - - contact methods + + contact methods . Send your beautiful suggestions(or complaints), or just drop a hi. @@ -198,7 +207,7 @@ const About = () => {

- ); -}; + ) +} -export default About; +export default About