Relative web fonts loaded from secure CSS resource use wrong domain?
Included CSS files use a bizarre domain for relative paths. All other major browsers load the asset from the correct domain, but Firefox Quantum attempts to load from localhost, which doesn't seem to appear in any response headers or bodies.
You can see this at https://chinook.databaseflow.com/signin, the two relative "woff2" files are requested from the wrong domain.
Included CSS files use a bizarre domain for relative paths. All other major browsers load the asset from the correct domain, but Firefox Quantum attempts to load from localhost, which doesn't seem to appear in any response headers or bodies.
You can see this at https://chinook.databaseflow.com/signin, the two relative "woff2" files are requested from the wrong domain.
선택된 해결법
Looks fine here.
문맥에 따라 이 답변을 읽어주세요 👍 1모든 댓글 (2)
선택된 해결법
Looks fine here.
Yep, it was an over-eager plugin. Thanks for the quick response!