Skip to content

Commit

Permalink
Merge pull request #176 from adobe/trieloff-patch-1
Browse files Browse the repository at this point in the history
fix: enable feature flag
  • Loading branch information
trieloff authored May 28, 2024
2 parents ccdf487 + 0f315ab commit fd73187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ new PerformanceObserver((list) => {
});

// eslint-disable-next-line max-len
if ([770, 1136].includes(Array.from(window.origin).map((a) => a.charCodeAt(0)).reduce((a, b) => a + b, 1) % 1371)) {
if ([543, 770, 1136].includes(Array.from(window.origin).map((a) => a.charCodeAt(0)).reduce((a, b) => a + b, 1) % 1371)) {
const cmpCookie = document.cookie.split(';')
.map((c) => c.trim())
.find((cookie) => cookie.startsWith('OptanonAlertBoxClosed='));
Expand Down

0 comments on commit fd73187

Please sign in to comment.