change xhr.withCredentials to be false by default
This commit is contained in:
parent
ba0d381cc7
commit
4cc123e01d
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## Change Log
|
||||
|
||||
[v0.1.1](/archive/v0.1.1) - maintenance
|
||||
|
||||
### Breaking changes:
|
||||
|
||||
- changed default value for `xhr.withCredentials` from `true` to `false` for `m.request`, since public APIs are more common than auth-walled ones
|
||||
|
||||
[v0.1](/archive/v0.1) - Initial release
|
||||
Loading…
Add table
Add a link
Reference in a new issue