To ensure that fonts are loaded from the same origin, you can use the ________ HTTP header.
- Access-Control-Allow-Origin
- Cache-Control
- Content-Disposition
- User-Agent
To ensure that fonts are loaded from the same origin, you can use the Access-Control-Allow-Origin HTTP header. This header specifies which origins are permitted to access a resource, which is useful for preventing cross-origin resource sharing issues.
Loading...
Related Quiz
- An element with float: right; will move to the ________ of its containing element.
- When an element with position: absolute; is inside a positioned ancestor, to which element will it be positioned relative?
- How can you ensure that text remains visible during webfont load?
- Which CSS pseudo-class would allow you to target only the last list item in an unordered list?
- If you want to blend the background images of an element, which property would you use?