Skip to content

Commit

Permalink
feat(provider): add default configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Marie JONES <[email protected]>
  • Loading branch information
marie-j authored and Cyrille Bourgois committed Sep 8, 2020
1 parent 596170e commit 0e36693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/ng-at-internet/src/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default /* @ngInject */ function(AT_INTERNET_CUSTOM_VARS) {
if ($window.ATInternet) {
try {
atinternetTag = new $window.ATInternet.Tracker.Tag({
ClientSideUserId: { clientSideMode: 'always' },
secure: true, // force HTTPS
});
} catch (err) {
Expand Down

0 comments on commit 0e36693

Please sign in to comment.