lsascha / registeraddress

newsletter registration extension to tt_address made in Extbase + Fluid for Typo3. with double-opt in, user editing and unsubscribing
GNU General Public License v2.0
7 stars 18 forks source link

ERR_BLOCKED_BY_XSS_AUDITOR in Chrome #49

Closed msollmann closed 5 years ago

msollmann commented 6 years ago

The form submit results in a ERR_BLOCKED_BY_XSS_AUDITOR error (the form cannot be submitted) in Chrome because of the HTML content in the "consent"-field: "The issue is almost always caused by some HTML-formatted content being sent via POST within the request" (https://www.ryadel.com/en/err_blocked_by_xss_auditor-error-google-chome-fix/)

As a dirty workaround I set "config.additionalHeaders.10.header = X-XSS-Protection: 0". Would be great if you can fix this issue.

lsascha commented 5 years ago

Sorry for the long break. This should be no issue anymore with commit 8076aa04f79a07c7b0df8c0dc0514bc2fd04ed85 But is not yet pushed to the TER.