Merge pull request #8881 from dmvslv/structure-filters-typo

Fix link in structure-filters doc [ci skip]
This commit is contained in:
Alexander Makarov
2015-06-24 12:44:28 +02:00

View File

@@ -322,7 +322,7 @@ public function behaviors()
### [[yii\filters\Cors|Cors]] <span id="cors"></span> ### [[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. 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 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. otherwise be forbidden by Web browsers, per the same origin security policy.