We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71193fe commit da1653bCopy full SHA for da1653b
index.js
@@ -34,7 +34,7 @@ function distributeZones(locker) {
34
const dma = subscriber ? true : await locker.user.isInDMA();
35
const nonsubscriberOutOfMarket = !subscriber && !dma;
36
const domainName = locker.getConfig('domainName');
37
- const allowedDomains = ["https://www.bnd.com/", "https://www.myrtlebeachonline.com/"];
+ const allowedDomains = ["www.bnd.com", "www.myrtlebeachonline.com"];
38
const cadence = allowedDomains.includes(domainName) && nonsubscriberOutOfMarket ? 2 : (subscriber ? 4 : 3);
39
40
zones.distribute(cadence);
0 commit comments