Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add setting to use cross-origin cookie for "detectBrowserLocale" #853

Merged
merged 9 commits into from
Aug 23, 2020

Commits on Aug 19, 2020

  1. Update utils-common.js

    change locale cookie options sameSite to none
    allow setting cookie in iFrame integration
    lucianholt97 authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    873ca55 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Update utils-common.js

    add secure option to cookie
    lucianholt97 authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7bcae0d View commit details
    Browse the repository at this point in the history
  2. Update utils-common.js

    add option crossOriginCookie to enable sameSite: none and secure: true cookie settings
    lucianholt97 authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    b219884 View commit details
    Browse the repository at this point in the history
  3. Update plugin.main.js

    pass crossOriginCookie to setLocaleCookie
    lucianholt97 authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    b07742b View commit details
    Browse the repository at this point in the history
  4. Update constants.js

    add default for crossOriginCookie
    lucianholt97 authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    2ed54ce View commit details
    Browse the repository at this point in the history
  5. Update nuxt-i18n.d.ts

    add crossOriginCookie to type definition
    lucianholt97 authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    6920c3a View commit details
    Browse the repository at this point in the history
  6. Update browser-language-detection.md

    add crossOriginCookie to docs
    lucianholt97 authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7df3aa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Update utils-common.js

    remove bool casting
    lucianholt97 authored Aug 23, 2020
    Configuration menu
    Copy the full SHA
    b010c5e View commit details
    Browse the repository at this point in the history
  2. Update browser-language-detection.md

    update es docs for browser language detection
    lucianholt97 authored Aug 23, 2020
    Configuration menu
    Copy the full SHA
    08656e0 View commit details
    Browse the repository at this point in the history