Skip to content

Releases: contently/xdomain-cookies

path fix for cross domain

24 Aug 18:33
Compare
Choose a tag to compare
Pre-release
Added path to cookie setter so that every new path doesn’t create a n…

…ew cookie

Added path variable

23 Aug 19:51
Compare
Choose a tag to compare
Added path to cookie setter so that every new path doesn’t create a n…

…ew cookie

Bugfix Release - older IE verions fix

17 Feb 19:22
Compare
Choose a tag to compare

Fixed issue caused by missing window.location.origin in older IE versions.

Bugfix Release - fixed error caused by back button

27 Jan 18:55
Compare
Choose a tag to compare
BugFix - removed xdomain_cookie.html hash rewrite which caused errors…

… with back button

When browsing a website with the xdomain cookie installed, hitting the back button would
load the cached version of the site, which had xdomain_cookie.html#ready as the path for
the HTML file, resulting in a JSON decode error when the html iframe page tried to pull
the hash_data and do a JSON decode on 'ready'

Support for secure cookies

26 Oct 18:45
Compare
Choose a tag to compare

Added support for a new param to xDomainCookie object that allows secure (HTTPS only) cookies.

Additional origin security + xdomain_only fixes

25 Aug 17:22
Compare
Choose a tag to compare

Added additional security to restrict allowed messages to source/destination origin on both ends of the transport from page to iframe, and caching of cookie vals in local data object (for xdomain_only cookies)

Support for xdomain-only cookies

01 Jun 20:37
Compare
Choose a tag to compare

support for xdomain_only cookies (aka no local cache) + a few bugfixes and logic changes to support better async operation

Additional unit testing, no new features

07 Apr 16:34
Compare
Choose a tag to compare
1.0.2

additional unit testing support for postMessage scenarios

Bugfix release

06 Apr 20:35
Compare
Choose a tag to compare
1.0.1

bug fix for returning if post message is null

Initial tag/release

23 Feb 21:14
Compare
Choose a tag to compare
1.0.0

add fix for expires days + formatting