diff --git a/privacy-policy/index.html b/privacy-policy/index.html
index 022e5799840af5f18c01976de4689b2fc39288ea..dcff3f9e910022f88fb6d78187e3d66b44fbba9d 100644
--- a/privacy-policy/index.html
+++ b/privacy-policy/index.html
@@ -5,7 +5,8 @@
 </style></head><body class="noscript privacy-policy" id="page-index"><noscript><style>img[data-src] {
   display: none !important;
 }</style></noscript><script>document.body.classList.remove("noscript");</script><div class="pusher"><div class="full height"><div class="following bar"><div class="ui container"><div class="ui large secondary menu inverted"><a class="view-ui item" href="/"><img class="ui logo left" src="/assets/images/icon.svg">QuasselDroid</a><a class="view-ui item" href="/docs/">Docs</a><div class="right menu"><a class="view-ui item" href="https://github.com/justjanne/quasseldroid-ng"><i class="icon github left"></i><span class="text">GitHub</span></a><a class="view-ui item" href="/releases/"><i class="icon download left"></i><span class="text">Download</span></a></div></div></div></div><div class="ui vertical stripe intro segment"><div class="ui stackable very relaxed center aligned grid container"><div class="row"><div class="column left aligned"><h2 class="ui header">Privacy Policy</h2><h3 class="ui header">Website</h3><p>While visiting our website, your computer transmits various pieces of data to our website. These vary based
-on browser and operating system, and usually include:</p><ul class="ui list"><li>Browser and version</li><li>Operating system and version</li><li>The previously visited website (Referrer URL)</li><li>Hostname and/or IP address of your computer</li><li>Time and date of the access</li></ul><p>We currently do not store or collect any of this information.
+on browser and operating system, and usually include:</p><ul class="ui list"><li>Browser and version</li><li>Operating system and version</li><li>The previously visited website (Referrer URL)</li><li>Hostname and/or IP address of your computer</li><li>Time and date of the access</li></ul><p>We currently collect and store your IP address, URLs you access and your user agent for up to 2 weeks to be
+able to analyze active security threats, these logs are not transferred to any third party.
 </p><h3 class="ui header">App</h3><p>The app supports automatic crash reporting. In version 0.11 this is currently disabled, in later releases
 all collected crash reports are stored locally and have to be sent by the user manually.
 </p><p>Connections made by the app to a server configured by the user are subject to the privacy policy of that
diff --git a/privacy-policy/index.pug b/privacy-policy/index.pug
index 8eea0fd38044cd102e14e06449ec5b2e4170780d..bdb1bcbd9613bf2c5601ad723dfd4720ef41176a 100644
--- a/privacy-policy/index.pug
+++ b/privacy-policy/index.pug
@@ -26,7 +26,8 @@ block content
             li.
               Time and date of the access
           p.
-            We currently do not store or collect any of this information.
+            We currently collect and store your IP address, URLs you access and your user agent for up to 2 weeks to be
+            able to analyze active security threats, these logs are not transferred to any third party.
 
           h3.ui.header.
             App