Htaccess-Eintrag
Fügen Sie in die .htaccess Datei Ihres Shopware Shops folgendes ein:
Nach
Header append X-Frame-Options SAMEORIGIN
fügen Sie folgendes ein:
<FilesMatch "\.(ttf|otf|eot|woff|font.css)$"> Header set Access-Control-Allow-Origin "*" # webfont mime types AddType application/vnd.ms-fontobject eot AddType font/truetype ttf AddType font/opentype otf AddType application/x-font-woff woff
Zuletzt angesehen