Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport cross-origin font loads #22694
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The font cache implementation makes a single network request for a font URL without considering the origin, referrer policy, and other constraints that exist in https://drafts.csswg.org/css-fonts/#font-fetching-requirements. We should determine the how this results in content-visible effects and ensure that the cache implements a keying system that supports this.