Skip to content
Snippets Groups Projects
Commit e572adc7 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

additional data

parent 83d4cde2
No related branches found
No related tags found
2 merge requests!2137Translated using Weblate (German),!2133Resolve "Yahoo Spam Protection"
...@@ -229,11 +229,11 @@ class Overture extends Searchengine ...@@ -229,11 +229,11 @@ class Overture extends Searchengine
$this->next = $next; $this->next = $next;
} }
# Liefert Sonderdaten für Yahoo // Liefert Sonderdaten für Yahoo
private function setOvertureAffilData($url) private function setOvertureAffilData($url)
{ {
$affil_data = 'ip=' . $this->ip; $affil_data = 'ip=' . request()->ip();
$affil_data .= '&ua=' . $this->useragent; $affil_data .= '&ua=' . request()->useragent();
$serve_domain = "https://metager.de/"; $serve_domain = "https://metager.de/";
if ($this->configuration->getParameter->mkt !== "de") { if ($this->configuration->getParameter->mkt !== "de") {
......
...@@ -20,7 +20,6 @@ return [ ...@@ -20,7 +20,6 @@ return [
'preferences' => 'We use this data (e.g. language settings) to answer the respective search query. We store some of this data on a non-personal basis for statistical purposes.', 'preferences' => 'We use this data (e.g. language settings) to answer the respective search query. We store some of this data on a non-personal basis for statistical purposes.',
'additionally' => 'The following data is also collected if you use our ad-supported version:', 'additionally' => 'The following data is also collected if you use our ad-supported version:',
'botprotection' => 'To protect our service from overload, we need to limit the number of searches per internet connection. For this purpose alone, we store the full IP address and a timestamp for a maximum of 96 hours. If a noticeably large number of searches are carried out from an IP, this IP is temporarily (maximum 96 hours after the last search) saved in a blacklist. The IP is then deleted.', 'botprotection' => 'To protect our service from overload, we need to limit the number of searches per internet connection. For this purpose alone, we store the full IP address and a timestamp for a maximum of 96 hours. If a noticeably large number of searches are carried out from an IP, this IP is temporarily (maximum 96 hours after the last search) saved in a blacklist. The IP is then deleted.',
'advertisers' => 'In addition to donations and membership fees, we must fund our operations through non-personalized advertising on the results page. In order to receive this advertising, we give the first two blocks of the IP in connection with parts of the so-called user agent to our advertising partners.',
'clarity' => 'We work with Microsoft Clarity and Microsoft Advertising to bring you free Yahoo search results and advertising. For this purpose, usage data for statistical purposes is recorded on the MetaGer results page.', 'clarity' => 'We work with Microsoft Clarity and Microsoft Advertising to bring you free Yahoo search results and advertising. For this purpose, usage data for statistical purposes is recorded on the MetaGer results page.',
], ],
'contact' => [ 'contact' => [
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
<li> <li>
<div><a href="#ip-address">@lang('privacy.data.ip')</a>, <a href="#user-agent">@lang('privacy.data.useragent')</a>:</div> <div><a href="#ip-address">@lang('privacy.data.ip')</a>, <a href="#user-agent">@lang('privacy.data.useragent')</a>:</div>
<div>@lang('privacy.contexts.metager.botprotection')</div> <div>@lang('privacy.contexts.metager.botprotection')</div>
<div>@lang('privacy.contexts.metager.advertisers')</div>
</li> </li>
<li> <li>
<div><a href="https://privacy.microsoft.com/privacystatement">Microsoft Clarity & Yahoo</a></div> <div><a href="https://privacy.microsoft.com/privacystatement">Microsoft Clarity & Yahoo</a></div>
...@@ -257,6 +256,6 @@ ...@@ -257,6 +256,6 @@
<div class="section"> <div class="section">
<h1>@lang('privacy.changes.title')</h1> <h1>@lang('privacy.changes.title')</h1>
<div>@lang('privacy.changes.description')</div> <div>@lang('privacy.changes.description')</div>
<div>@lang('privacy.changes.date', ['date' => '2023-08-31'])</div> <div>@lang('privacy.changes.date', ['date' => '2023-09-04'])</div>
</div> </div>
@endsection @endsection
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment