You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One common problem while working with service workers and contao is that you always have to register two serviceworkers. One for the frontend with scope "/" and one for the backend with scope "/contao" to ensure that the frontend service worker is not responsible for the backend and does not wait for opened backend tabs.
We could also combine this with an default offline page instead of showing the downasaur :)
The text was updated successfully, but these errors were encountered:
Description
-----------
According to the manual mentioned above these lines, the cookies **start with** the mentioned names, and that's exactly what I've discovered on a @Pellinger's website.
> To track visitors, Matomo (Piwik) by default uses 1st party cookies, set on the domain of your website. Cookies created by Matomo **start with**: _pk_ref, _pk_cvar, _pk_id, _pk_ses. When you use the Heatmap & Session Recording plugin, a cookie _pk_hsr will be created.
Commits
-------
c2d59f1a Fixed Piwik/Matomo cookie regex
One common problem while working with service workers and contao is that you always have to register two serviceworkers. One for the frontend with scope "/" and one for the backend with scope "/contao" to ensure that the frontend service worker is not responsible for the backend and does not wait for opened backend tabs.
We could also combine this with an default offline page instead of showing the downasaur :)
The text was updated successfully, but these errors were encountered: