Breaking: #84843 - Use no-cookie domain for youtube by default
See forge#84843
Description
To improve the privacy of users the renderer for YouTube videos has been changed to use
the no-cookie domain www.
by default. The regular domain www.
is used if explicitly set by the following TypoScript configuration:
lib.contentElement {
settings {
media {
additionalConfig {
no-cookie = 0
}
}
}
}
Impact
The TypoScript configuration lib.
is used
as attribute additional
of the ViewHelper \TYPO3\
.
If no configuration is provided, the domain www.
is used.
Affected Installations
Installations which require the usage of the domain www.
or setting cookies by YouTube.
Migration
Use the TypoScript configuration lib.