mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-17 04:10:53 +01:00
Improved: URL of Google Fonts (#333)
This commit is contained in:
parent
bb06fd31ae
commit
a1d2ac49c3
@ -199,8 +199,8 @@ const IconType = {
|
||||
};
|
||||
|
||||
const Regex = {
|
||||
'GOOGLE_FONTS': /fonts\.(googleapis|gstatic)\.com\/icon\?family=(?!.*Material\+Icons.*).*/,
|
||||
'GOOGLE_MATERIAL_ICONS': /fonts\.googleapis\.com\/(icon|css)\?family=.*Material\+Icons/,
|
||||
'GOOGLE_FONTS': /fonts\.(googleapis|gstatic)\.com\/.*\?family=(?!.*Material\+Icons.*).*/,
|
||||
'GOOGLE_MATERIAL_ICONS': /fonts\.googleapis\.com\/.*\?family=.*Material\+Icons/,
|
||||
'JSDELIVR_COMBINE': /cdn\.jsdelivr\.net.*\/combine.*jquery.*hogan.*algoliasearch.*autocomplete.*/,
|
||||
'BOOTSTRAP_DATEPICKER_3': /\/bootstrap-datepicker3.*\.css/,
|
||||
'BOOTSTRAP_DATEPICKER': /\/bootstrap-datepicker.*\.css/,
|
||||
|
@ -27,6 +27,7 @@
|
||||
<ul>
|
||||
<li>Improved: Welcome page</li>
|
||||
<li>Improved: Note for Non-Firefox users (Help and Options page)</li>
|
||||
<li>Improved: URL of Google Fonts (<a href="https://codeberg.org/nobody/LocalCDN/issues/333">#333</a>)</li>
|
||||
<li>Updated: bootstrap-table v1.18.2 -> v1.18.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/334">#334</a>)</li>
|
||||
<li>Updated: d3 v6.6.1 -> v6.6.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/335">#335</a>)</li>
|
||||
<li>Updated: p5.js v1.3.0 -> v1.3.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/336">#336</a>)</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user