mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-17 11:01:46 +08:00
This is needed to prevent CORS preflight checks. The XSFR token is quite useless for CORS requests anyway. BREAKING CHANGE: X-XSFR-TOKEN is no longer send for cross domain requests. This shouldn't affect any known production service. Closes #1096