mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
Cleared CookieJar to avoid websites who use cookies for analytics
This commit is contained in:
parent
7aab0ecf2f
commit
40f3ea57fb
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ class HttpClientFactory
|
||||||
*/
|
*/
|
||||||
public function buildHttpClient()
|
public function buildHttpClient()
|
||||||
{
|
{
|
||||||
|
// we clear the cookie to avoid websites who use cookies for analytics
|
||||||
|
$this->cookieJar->clear();
|
||||||
// need to set the (shared) cookie jar
|
// need to set the (shared) cookie jar
|
||||||
$client = new Client(['handler' => new SafeCurlHandler(), 'defaults' => ['cookies' => $this->cookieJar]]);
|
$client = new Client(['handler' => new SafeCurlHandler(), 'defaults' => ['cookies' => $this->cookieJar]]);
|
||||||
$client->getEmitter()->attach($this->authenticatorSubscriber);
|
$client->getEmitter()->attach($this->authenticatorSubscriber);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue