Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefetch the formatting button mask svg images #13631

Merged
merged 1 commit into from
May 12, 2020
Merged

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented May 11, 2020

If our CSP was less strict or prefetch-src better supported then we could use real prefetches which would have the correct network priority set but alas we cannot yet.

Fixes #10828

@t3chguy t3chguy requested a review from a team May 11, 2020 15:09
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one day we should make this a webpack list

@t3chguy
Copy link
Member Author

t3chguy commented May 12, 2020

Yeah so once prefetch-src CSP rule is a common thing then we can use prefetch instead of this hack and use webpack to generate it

@t3chguy t3chguy merged commit 87cb49d into develop May 12, 2020
@t3chguy t3chguy deleted the t3chguy/prefetch branch May 12, 2020 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Preload formatting bar icons
2 participants