Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release mainly focused on *Cordova* usage improvements __Added:__ - `opts.allowQueryStringCookies` {*Boolean*} - Allow passing Cookies in a query string (in URL). Primary should be used only in *Cordova* environment. Note: this option will be used only on Cordova - `opts.allowedCordovaOrigins` {*Regex|Boolean*} - [*Server*] Allow setting Cookies from that specific origin which in Meteor/Cordova is localhost:12XXX. Set to default `^http:\/\/localhost:12[0-9]{3}$` if set to `true`. Default: `false` - Explaining Cordova usage in a FAQ documentation section
- Loading branch information