From 130358a9e0504a55cf3f86b2d7035feb7f4e84de Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 21 Apr 2024 19:31:56 -0400 Subject: v8 --- template/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/about.html b/template/about.html index 12dd957..6398884 100644 --- a/template/about.html +++ b/template/about.html @@ -38,7 +38,7 @@ This is a metasearch engine that gets results from other engines, and strips awa Provide users with a privacy oriented, extremely lightweight, ad free, free as in freedom (and free beer!) way to search for documents around the internet, with minimal, optional javascript code. My long term goal would be to build my own index (that doesn't suck) and provide users with an unbiased search engine, with no political inclinations.

Do you keep logs?

-I store data temporarly to get the next page of results. This might include search queries, tokens and other parameters. These parameters are encrypted using
aes-256-gcm
on the serber, for which I give you a key (also known internally as
npt
token). When you make a request to get the next page, you supply the token, the data is decrypted and the request is fulfilled. This encrypted data is deleted after 15 minutes, or after it's used, whichever comes first.

+I store data temporarly to get the next page of results. This might include search queries, filters and tokens. These parameters are encrypted using
libsodium
on the serber, for which I give you a decryption key (also known internally as
npt
token). When you make a request to get the next page, you supply the token, the data is decrypted and the request is fulfilled. This encrypted data is deleted after 15 minutes, or after it's used, whichever comes first.

I don't log IP addresses, user agents, or anything else. The
npt
tokens are the only thing that are stored (in RAM, mind you), temporarly, encrypted. @@ -48,7 +48,7 @@ Your search queries and supplied filters are shared with the scraper you chose ( TL;DR assume those websites can see what you search for, but can't see who you are (unless you're really dumb).

Where is this website hosted?

-This website is hosted on a Contabo shitbox in the United States. +Please head over to the 4get instances page, select an instance and click on "IP lookup".

Keyboard shortcuts?

Use
/
to focus the search box.

-- cgit v1.2.3