How to add a link in the description of cookie?
astoun opened this issue · 1 comments
astoun commented
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?
felixgirault commented
Version 1.2.3 should solve your problem :)