Hello,
in the file \components\comsppagebuilder\layouts\addon\selector.php starting at about line 34, there is the following code:
if(!in_array($font, $system)) {
$google_font = '//fonts.googleapis.com/css?family=' . str_replace(' ', '+', $option['font']) . ':100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap';
JFactory::getDocument()->addStylesheet($google_font);
}
Here, a font is loaded from the Google server. This contradicts the GDPR. I have to delete this code after each update. Is there no way to delete this code in the first place?
Thank you and best regards,
Roland