Files
dmex 671998c89c WebsiteV2: update error page; update Forum navigation links;
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5934 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-22 17:05:43 +00:00

98 lines
4.8 KiB
PHP

<?php $pagetitle = "Privacy Policy"; include "header.php"; ?>
<div class="page">
<div class="yui-t4">
<nav>
<div class="logo">
<a href="/"><img class="flowed-block" src="img/logo_64x64.png" alt="Project Logo" width="64" height="64"></a>
</div>
<div class="flowed-block">
<h2>Process Hacker</h2>
<ul class="facetmenu">
<li><a href="/">Overview</a></li>
<li><a href="downloads.php">Downloads</a></li>
<li><a href="faq.php">FAQ</a></li>
<li><a href="about.php">About</a></li>
<li><a href="http://wj32.org/processhacker/forums/">Forum</a></li>
</ul>
</div>
</nav>
<div class="main-section-2">
<h1>Privacy Policy</h1>
<p>
At processhacker.sourceforge.net, the privacy of our visitors
is of extreme importance to us. This privacy policy document
outlines the types of personal information is received and collected
by processhacker.sourceforge.net and how it is used.
</p>
<h2>Log Files</h2>
<p>
Like many other Web sites, processhacker.sourceforge.net makes
use of log files. The information inside the log files includes
internet protocol (IP) addresses, type of browser, Internet Service
Provider (ISP), date/time stamp, referring/exit pages, and number
of clicks to analyze trends, administer the site, track user's
movement around the site, and gather demographic information.
IP addresses, and other such information are not linked to any
information that is personally identifiable.
</p>
<h2>Cookies and Web Beacons</h2>
<p>
processhacker.sourceforge.net does use cookies to store information
about visitors preferences, record user-specific information on which
pages the user access or visit, customize Web page content based on
visitors browser type or other information that the visitor sends
via their browser.
</p>
<h2>DoubleClick DART Cookie</h2>
<ul>
<li>
Google, as a third party vendor, may use cookies to serve
ads on processhacker.sourceforge.net.
</li>
<li>
Google's use of the DART cookie enables it to serve ads
to users based on their visit to processhacker.sourceforge.net
and other sites on the Internet.
</li>
<li>
Users may opt out of the use of the DART cookie by visiting
the Google ad and content network privacy policy at the following
URLs - <a href="http://www.google.com/privacy_ads.html">http://www.google.com/privacy_ads.html</a>
and <a href="http://www.google.com/ads/preferences/">http://www.google.com/ads/preferences/</a>.
</li>
</ul>
<p>
These third-party ad servers or ad networks serve the advertisements
and links that may appear on processhacker.sourceforge.net.
They automatically receive your IP address when this occurs.
Other technologies (such as cookies, JavaScript, or Web Beacons)
may also be used by the third-party ad networks to measure the
effectiveness of their advertisements and / or to personalize
the advertising content that you see.
</p>
<p>
processhacker.sourceforge.net has no access to or control over these
cookies that are used by third-party advertisers.
</p>
<p>
You should consult the respective privacy policies of these
third-party ad servers for more detailed information on their
practices as well as for instructions about how to opt-out of
certain practices. processhacker.sourceforge.net's privacy policy
does not apply to, and we cannot control the activities of,
such other advertisers or web sites.
</p>
<p>
If you wish to disable cookies, you may do so through your individual
browser options. More detailed information about cookie management
with specific web browsers can be found at the browser's respective websites.
</p>
</div>
</div>
</div>
<?php include "footer.php"; ?>