Problem/Motivation
With Chrome's upcoming restriction on 3rd party cookies, we should have a way to use Tealium's option to get utag from a first party domain
Proposed resolution
Add a config option for 'first party domain url' and modify getUtagSyncUrl so that it can use it.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | tealiumiq-3418718-8-add-fpd-option.patch | 5.74 KB | brauny |
Issue fork tealiumiq-3418718
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
brauny commentedComment #3
brauny commentedComment #4
brauny commentedComment #5
brauny commentedComment #6
brauny commentedComment #7
brauny commentedComment #8
brauny commentedComment #9
brauny commentedComment #10
brauny commentedComment #11
brauny commentedComment #12
brauny commentedComment #13
jastraat commentedDo we want to make this an option or require the new 1st party domain field? Currently the patch makes it a required field. If it's a new required field, we might want to change the issue title...?
Comment #14
schiavone commentedI think we should make this required moving forward since optional opens ups issues with Chrome and possible future issues with other browsers. So I'm going to change the title and review the PR to see if we can get this merged.
Comment #15
schiavone commentedComment #16
schiavone commentedComment #18
schiavone commentedThe patch has been applied and merged into the 8.x-1.5 release. Thank you @Brauny for the patch and @jastraat for code review.