You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a possibility that faulty font cache may be stored in the 'kirki_downloaded_font_files' option. This option is not checked before store, and will not be updated with correct values later on.
A missing font cache, will result in a GDPR issue since the fonts are linked to google servers.
Issue description:
There are a possibility that faulty font cache may be stored in the 'kirki_downloaded_font_files' option. This option is not checked before store, and will not be updated with correct values later on.
A missing font cache, will result in a GDPR issue since the fonts are linked to google servers.
In my case. "/OK" string has been stored in the option. It might be suitable to do a value check here:
https://github.com/themeum/kirki/blob/master/kirki-packages/module-webfonts/src/Webfonts/Downloader.php#L125
Possibly, also in the below scope (to be able to mitigate installs that already have stored faulty values).
https://github.com/themeum/kirki/blob/master/kirki-packages/module-webfonts/src/Webfonts/Downloader.php#L68
Version used:
5.0.0
Using
theme_mods
oroptions
?Not relevant.
The text was updated successfully, but these errors were encountered: