I would like to add a link to privacy policy of youtube and show in in the orejime modal window.
Have tried to add it in the description like this but it not works:
{
name: 'youtube',
title: 'YouTube',
purposes: ['youtube'],
description: 'Cookie for YouTube. More info: <a href=https://policies.google.com/privacy>Youtube Privacy Policy</a>'
}
Is there any way to display the link?
I would like to add a link to privacy policy of youtube and show in in the orejime modal window.
Have tried to add it in the description like this but it not works:
{
name: 'youtube',
title: 'YouTube',
purposes: ['youtube'],
description: 'Cookie for YouTube. More info:
<a href=https://policies.google.com/privacy>Youtube Privacy Policy</a>'}
Is there any way to display the link?