Cross-origin resource sharing
In computing, cross-origin resource sharing (CORS) is a mechanism to safely bypass the same-origin policy; that is, it allows a web page to access restricted resources from a web server on a domain name different from the domain that served the web page. A web page may freely embed cross-origin images, stylesheets, scripts, iframes, and videos.
Source: Wikipedia — Cross-origin resource sharing (CC BY-SA 4.0)