Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Releases: trilogy-group/contently-xdomain-cookies

path fix for cross domain

24 Aug 18:33
Compare
Choose a tag to compare
Pre-release
1.0.10

Added path to cookie setter so that every new path doesn’t create a n…

Added path variable

23 Aug 19:51
Compare
Choose a tag to compare
1.0.9

Added path to cookie setter so that every new path doesn’t create a n…

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
1.0.7

BugFix - removed xdomain_cookie.html hash rewrite which caused errors…

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