Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer committed Nov 25, 2019
1 parent 74f6347 commit e134c5a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions client/src/lifecycleManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,25 +136,6 @@ class LifecycleManager extends LuigiClientBase {
);
console.warn('Third party cookies are not supported!');
}

// setTimeout(() => {
// let tpc = 'enabled';
// try {
// localStorage.setItem('luigi-tpc-detection', true);
// window.parent.postMessage(
// { msg: 'luigi.third-party-cookie', tpc },
// '*'
// );
// localStorage.removeItem('luigi-tpc-detection');
// } catch (err) {
// tpc = 'disabled';
// window.parent.postMessage(
// { msg: 'luigi.third-party-cookie', tpc },
// '*'
// );
// console.warn('Third party cookies are not supported!');
// }
// });
};

luigiClientInit();
Expand Down

0 comments on commit e134c5a

Please sign in to comment.