This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Releases: trilogy-group/contently-xdomain-cookies
Releases · trilogy-group/contently-xdomain-cookies
path fix for cross domain
1.0.10 Added path to cookie setter so that every new path doesn’t create a n…
Added path variable
Bugfix Release - older IE verions fix
Fixed issue caused by missing window.location.origin
in older IE versions.
Bugfix Release - fixed error caused by back button
1.0.7 BugFix - removed xdomain_cookie.html hash rewrite which caused errors…
Support for secure cookies
Added support for a new param to xDomainCookie object that allows secure (HTTPS only) cookies.
Additional origin security + xdomain_only fixes
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
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
1.0.2 additional unit testing support for postMessage scenarios
Bugfix release
1.0.1 bug fix for returning if post message is null
Initial tag/release
1.0.0 add fix for expires days + formatting