mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 08:27:21 +08:00
Merge pull request #8881 from dmvslv/structure-filters-typo
Fix link in structure-filters doc [ci skip]
This commit is contained in:
@@ -322,7 +322,7 @@ public function behaviors()
|
||||
|
||||
### [[yii\filters\Cors|Cors]] <span id="cors"></span>
|
||||
|
||||
Cross-origin resource sharing [CORS](https://developer.mozilla.org/fr/docs/HTTP/Access_control_CORS) is a mechanism that allows many resources (e.g. fonts, JavaScript, etc.)
|
||||
Cross-origin resource sharing [CORS](https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS) is a mechanism that allows many resources (e.g. fonts, JavaScript, etc.)
|
||||
on a Web page to be requested from another domain outside the domain the resource originated from.
|
||||
In particular, JavaScript's AJAX calls can use the XMLHttpRequest mechanism. Such "cross-domain" requests would
|
||||
otherwise be forbidden by Web browsers, per the same origin security policy.
|
||||
|
||||
Reference in New Issue
Block a user