When you insert code elements (such as scripts, iframes, objects, etc.) on a TYPO3 page, it is important to be aware that the code may, in some cases, generate cookies. If the user has not actively accepted the use of cookies, the content generated by the code will automatically be removed for the user, which can lead to a poor user experience.
To determine whether the code you inserted generates cookies, you can follow this procedure:
Below, you will find detailed instructions on how to check cookies in Google Chrome, Firefox, and Edge.
Press F12 or right-click anywhere on the page and select 'Inspect'.
In the new window, click on the 'Application' tab in the top menu bar.
Find the 'Cookies' menu item and expand it.
Click on the different sub-menu items to see which cookies have been set (visible in the table on the right).
To check whether the inserted code generates cookies, you should compare the cookies in your browser before and after implementing the code on your TYPO3 page.
Open Firefox on your PC and go to the web address of the TYPO3 page you are working on.
If a cookie banner appears, click 'Accept all'.
Press CTRL + Shift + C or right-click anywhere on the page and select 'Inspect'.
In the new window, click on the 'Storage' tab in the top menu bar.
Find the 'Cookies' menu item and expand it.
Click on the different sub-menu items to see which cookies have been set (visible in the table on the right).
To check whether the inserted code generates cookies, you should compare the cookies in your browser before and after implementing the code on your TYPO3 page.
Open Edge on your PC and go to the web address of the TYPO3 page you are working on.
If a cookie banner appears, click 'Accept all'.
3. Press CTRL + Shift + C or right-click anywhere on the page and select 'Inspect'.
In the new window, click on the 'Application' tab in the top menu bar.
Find the 'Cookies' menu item and expand it.
Click on the different sub-menu items to see which cookies have been set (visible in the table on the right).
To check whether the inserted code generates cookies, you should compare the cookies in your browser before and after implementing the code on your TYPO3 page.
The videos have no sound.