-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.php
33 lines (18 loc) · 934 Bytes
/
privacy.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?
require_once("sessionStart.php");
require_once("header.php");
?>
<p>Your privacy is the most important thing for me. Logging searches is sensitive topic.
<p>In no way the searches will be shared or search history or bookmarks shared without explicit consent.
<p>As I add features, sharing will be enabled but it will always be opt-in model. You decide what you want to share and what not.
<p>Amit
<!--
<p>Your privacy is the most important thing for us. Logging search history is sensitive topic.
<p>Since we follow opt-in model for privacy, we log only those queries that you have explicitly asked us to log.
<p>Why is it better than than letting search engine(Google/Bing/Yahoo) log your queries?
<p>They will either let you log all queries or none.
<p>Also they will log queries only for one search engine. Here you can log queries from any search engine(Google/Bing/Yahoo).
-->
<?
require_once("footer.php");
?>