privacywire icon indicating copy to clipboard operation
privacywire copied to clipboard

🍪 ProcessWire module for Privacy- & Cookie-Management (GDPR)

Results 3 privacywire issues
Sort by recently updated
recently updated
newest added

for not displaying the confrmation message (as most cookie banner systems do)

Installed PrivacyWire 1.1.1 on PW 3.0.165 from PW modules "NEW" tab -> Add Module From Directory by ModuleClassName Noticed a few warnings for skipped fields: - cookie_groups - content_banner_text -...

I had to change ```JS if (dataset.src) { newEl.src = dataset.src } ``` to ``` if (el.src) { newEl.src = el.src } ``` in `src/js/PrivacyWire.js:403-404`, (`updateAllowedElementScript(el)`) to get allowing scripts...