Mario Lubenka
Mario Lubenka
Can't confirm this issue with the latest(11.5.16) TYPO3 version.
> I don't have a Windows 8.1 development environment to debug this unfortunately, we can only test IE support via IE11 and its emulation of older versions. Hi @adewes, Microsoft...
From the list above PT, PL and DA are already available.
I'm currently running into the same problem but I can't use `onload` as the dependent JS is coming from a different file (also I'm unable to concatenate those into one...
Does the user also have to consent to that tracking? :laughing: No seriously: does embedding external scripts comply with GDPR? I mean the browser sends a HTTP request to request...
Wasn't able to run E2E tests locally due to permission errors during E2E setup. I'll try to solve that and fulfill the remaining checklist. Until then this PR is marked...
@ajmas > What is the current equivalent to reset the the consent? You can do that via the ConsentManager: `window.klaro.getManager().resetConsents();` https://klaro.org/docs/api/js_api#ConsentManager.resetConsents
Looking at the APi request for my profile that data seems to be gone: https://owapi.io/profile/pc/eu/saitho-2703
We also have this issue. It happens when there is content before the first h1. In our case it's a breadcrumb navigation. But also empty `` tags seem to be...
I think the main issue lies in `getPackageInfo` with the argument `$name` being used with extension key (in which it needs to be resolved into the package name) and the...