Skip to content

Commit

Permalink
Change GF production metadata URL to https
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored and felipesanches committed Jan 17, 2025
1 parent 2576807 commit e09454d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def production_metadata(context):

import requests

meta_url = "http://fonts.google.com/metadata/fonts"
meta_url = "https://fonts.google.com/metadata/fonts"
return requests.get(meta_url, timeout=context.config.get("timeout")).json()


Expand Down

0 comments on commit e09454d

Please sign in to comment.