Uri Gilad
Uri Gilad
@mrahma04 The issue is only relevant when doing a redirect. And, you need to save the session only after making the changes to it. In your current code you are...
One reason this could happen is if you enable "tracking protection". Disabling it (for non-private tabs) fixed it for me
When trying to make a testcase without a database, I ran into some more weirdness. I tried to use a `MemoryStore` and delaying the write: ``` javascript var store =...
@gabeio the issue isn't about cookies. The cookie only needs to be written once when creating the session (cookie only contains session-id). When the session is updated there is no...
Seems like the same/related issue as in #116 (see my comments there)
Hi. You can try to block these scripts in your adblocker filters. Every once in a while they add/change it and a new url needs to be blocked.. ``` www.haaretz.co.il/_next/static/chunks/1cc1.789c0d5cbe9c2edc2851.js...
@tworepetae I'm not sure if they would appear in ublock's logger, because they are "chunks" of code that is dynamically loaded by some framework they are using. Blocking those chunks...
@Clegane84 thanks for the info. Your first link works ok for me, the 2nd one indeed is blocked. But I unblocked it by removing the `.highlight` part from the URL:...
I was experiencing this too, in my case it was because I had blocked access to the "advanced tool site" in the networking settings of the App Service. The CLI...
Have you tried the solutions from #32 ? Adding the 2 scripts to your adblocker filters, and manually adding the cookie. I use FF, but tried with chrome now and...