standdown 0.1.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/README.md +262 -18
  2. package/dist/{chunk-25A7QG5Z.mjs → chunk-26BG7FFX.mjs} +3 -3
  3. package/dist/{chunk-25A7QG5Z.mjs.map → chunk-26BG7FFX.mjs.map} +1 -1
  4. package/dist/{chunk-SEZFAOUU.mjs → chunk-JKQTHHIP.mjs} +49 -4
  5. package/dist/chunk-JKQTHHIP.mjs.map +1 -0
  6. package/dist/{chunk-SVN6UWA4.mjs → chunk-VE7YBR5A.mjs} +142 -24
  7. package/dist/chunk-VE7YBR5A.mjs.map +1 -0
  8. package/dist/content.cjs +188 -28
  9. package/dist/content.cjs.map +1 -1
  10. package/dist/content.d.cts +11 -4
  11. package/dist/content.d.ts +11 -4
  12. package/dist/content.mjs +18 -8
  13. package/dist/content.mjs.map +1 -1
  14. package/dist/index.cjs +140 -26
  15. package/dist/index.cjs.map +1 -1
  16. package/dist/index.d.cts +3 -3
  17. package/dist/index.d.ts +3 -3
  18. package/dist/index.mjs +3 -7
  19. package/dist/index.mjs.map +1 -1
  20. package/dist/policies.cjs +18 -11
  21. package/dist/policies.cjs.map +1 -1
  22. package/dist/policies.d.cts +98 -86
  23. package/dist/policies.d.ts +98 -86
  24. package/dist/policies.mjs +18 -12
  25. package/dist/policies.mjs.map +1 -1
  26. package/dist/{session-C5gH-LaQ.d.ts → session-DA9hkYlD.d.ts} +10 -1
  27. package/dist/{session-n0px3Agb.d.cts → session-iosT1mEL.d.cts} +10 -1
  28. package/dist/{stores-CELX9aHN.d.ts → stores-Behkya7C.d.ts} +1 -1
  29. package/dist/{stores-CKCdKDdX.d.cts → stores-DfovpSqe.d.cts} +1 -1
  30. package/dist/{types-A9OJ7SWj.d.cts → types-DgKvVCmQ.d.cts} +53 -7
  31. package/dist/{types-A9OJ7SWj.d.ts → types-DgKvVCmQ.d.ts} +53 -7
  32. package/dist/webext.cjs +191 -28
  33. package/dist/webext.cjs.map +1 -1
  34. package/dist/webext.d.cts +11 -4
  35. package/dist/webext.d.ts +11 -4
  36. package/dist/webext.mjs +22 -9
  37. package/dist/webext.mjs.map +1 -1
  38. package/package.json +3 -2
  39. package/dist/chunk-SEZFAOUU.mjs.map +0 -1
  40. package/dist/chunk-SVN6UWA4.mjs.map +0 -1
@@ -1,4 +1,4 @@
1
- import { b as StanddownPolicy } from './types-A9OJ7SWj.cjs';
1
+ import { b as StanddownPolicy } from './types-DgKvVCmQ.cjs';
2
2
 
3
3
  declare const cocDefaults: {
4
4
  readonly scope: "advertiser";
@@ -142,7 +142,7 @@ declare const cjPolicy: {
142
142
  readonly standdown: {
143
143
  readonly scope: "advertiser";
144
144
  readonly sessionRule: "session-or-min";
145
- readonly minDurationMs: 1800000;
145
+ readonly minDurationMs: 3600000;
146
146
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
147
147
  };
148
148
  readonly activation: {
@@ -151,7 +151,7 @@ declare const cjPolicy: {
151
151
  readonly metadata: {
152
152
  readonly sourceUrl: "https://www.cj.com/legal/software-policy";
153
153
  readonly lastVerified: "2026-07-10";
154
- readonly notes: "CJ policy cites CJ domains, afsrc=1, and cjevent; rotating domain list is attributed to piedotorg/standdown-domains.";
154
+ readonly notes: "CJ policy cites CJ domains, afsrc=1, and cjevent; rotating domain list is attributed to piedotorg/standdown-domains. Minimum stand-down duration (60m) is calibrated to production enforcement (Dupe standDownCookieDuration=60).";
155
155
  };
156
156
  };
157
157
  declare const impactPolicy: {
@@ -193,7 +193,7 @@ declare const impactPolicy: {
193
193
  readonly standdown: {
194
194
  readonly scope: "advertiser";
195
195
  readonly sessionRule: "session-or-min";
196
- readonly minDurationMs: 1800000;
196
+ readonly minDurationMs: 0;
197
197
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
198
198
  };
199
199
  readonly activation: {
@@ -202,7 +202,7 @@ declare const impactPolicy: {
202
202
  readonly metadata: {
203
203
  readonly sourceUrl: "https://impact.com/stand-down-policy.ihtml";
204
204
  readonly lastVerified: "2026-07-10";
205
- readonly notes: "Impact stand-down policy URL and irclickid/im_ref signals are from pre-build research; irgwc is attributed to piedotorg/standdown-domains.";
205
+ readonly notes: "Impact stand-down policy URL and irclickid/im_ref signals are from pre-build research; irgwc is attributed to piedotorg/standdown-domains. Session-only (no minimum) matches production enforcement, which sets no stand-down TTL.";
206
206
  };
207
207
  };
208
208
  declare const rakutenPolicy: {
@@ -265,7 +265,7 @@ declare const rakutenPolicy: {
265
265
  readonly standdown: {
266
266
  readonly scope: "advertiser";
267
267
  readonly sessionRule: "session-or-min";
268
- readonly minDurationMs: 5400000;
268
+ readonly minDurationMs: 0;
269
269
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
270
270
  };
271
271
  readonly activation: {
@@ -444,13 +444,12 @@ declare const ebayEpnPolicy: {
444
444
  };
445
445
  readonly activation: {
446
446
  readonly mode: "user-click";
447
- readonly maxPromptsPerJourney: 2;
448
447
  readonly allowedReferrerClasses: readonly ["own-site", "organic", "direct"];
449
448
  };
450
449
  readonly metadata: {
451
450
  readonly sourceUrl: "https://partnernetwork.ebay.com/browser-extension-policy";
452
451
  readonly lastVerified: "2026-07-10";
453
- readonly notes: "eBay prompt/referrer requirements are from pre-build research; landing params and rover.ebay.com are also attributed to piedotorg/standdown-domains.";
452
+ readonly notes: "eBay referrer requirements are from pre-build research; landing params and rover.ebay.com are also attributed to piedotorg/standdown-domains.";
454
453
  };
455
454
  };
456
455
  declare const amazonPolicy: {
@@ -764,6 +763,12 @@ declare const universalPolicy: {
764
763
  readonly notes: "Full piedotorg/standdown-domains rule set imported under MIT license; duration semantics use Affiliate Software Code of Conduct defaults.";
765
764
  };
766
765
  };
766
+ /**
767
+ * Verified policy packs, safe to enable by default. Every entry here has a
768
+ * cited `metadata.sourceUrl` and detection rules attributed to a network policy
769
+ * or the piedotorg/standdown-domains list, and is enforced by
770
+ * `scripts/policies-cite-check.mjs`.
771
+ */
767
772
  declare const allPolicies: readonly [{
768
773
  readonly id: "cj";
769
774
  readonly schemaVersion: 3;
@@ -899,7 +904,7 @@ declare const allPolicies: readonly [{
899
904
  readonly standdown: {
900
905
  readonly scope: "advertiser";
901
906
  readonly sessionRule: "session-or-min";
902
- readonly minDurationMs: 1800000;
907
+ readonly minDurationMs: 3600000;
903
908
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
904
909
  };
905
910
  readonly activation: {
@@ -908,7 +913,7 @@ declare const allPolicies: readonly [{
908
913
  readonly metadata: {
909
914
  readonly sourceUrl: "https://www.cj.com/legal/software-policy";
910
915
  readonly lastVerified: "2026-07-10";
911
- readonly notes: "CJ policy cites CJ domains, afsrc=1, and cjevent; rotating domain list is attributed to piedotorg/standdown-domains.";
916
+ readonly notes: "CJ policy cites CJ domains, afsrc=1, and cjevent; rotating domain list is attributed to piedotorg/standdown-domains. Minimum stand-down duration (60m) is calibrated to production enforcement (Dupe standDownCookieDuration=60).";
912
917
  };
913
918
  }, {
914
919
  readonly id: "impact";
@@ -949,7 +954,7 @@ declare const allPolicies: readonly [{
949
954
  readonly standdown: {
950
955
  readonly scope: "advertiser";
951
956
  readonly sessionRule: "session-or-min";
952
- readonly minDurationMs: 1800000;
957
+ readonly minDurationMs: 0;
953
958
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
954
959
  };
955
960
  readonly activation: {
@@ -958,7 +963,7 @@ declare const allPolicies: readonly [{
958
963
  readonly metadata: {
959
964
  readonly sourceUrl: "https://impact.com/stand-down-policy.ihtml";
960
965
  readonly lastVerified: "2026-07-10";
961
- readonly notes: "Impact stand-down policy URL and irclickid/im_ref signals are from pre-build research; irgwc is attributed to piedotorg/standdown-domains.";
966
+ readonly notes: "Impact stand-down policy URL and irclickid/im_ref signals are from pre-build research; irgwc is attributed to piedotorg/standdown-domains. Session-only (no minimum) matches production enforcement, which sets no stand-down TTL.";
962
967
  };
963
968
  }, {
964
969
  readonly id: "rakuten";
@@ -1020,7 +1025,7 @@ declare const allPolicies: readonly [{
1020
1025
  readonly standdown: {
1021
1026
  readonly scope: "advertiser";
1022
1027
  readonly sessionRule: "session-or-min";
1023
- readonly minDurationMs: 5400000;
1028
+ readonly minDurationMs: 0;
1024
1029
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
1025
1030
  };
1026
1031
  readonly activation: {
@@ -1196,13 +1201,12 @@ declare const allPolicies: readonly [{
1196
1201
  };
1197
1202
  readonly activation: {
1198
1203
  readonly mode: "user-click";
1199
- readonly maxPromptsPerJourney: 2;
1200
1204
  readonly allowedReferrerClasses: readonly ["own-site", "organic", "direct"];
1201
1205
  };
1202
1206
  readonly metadata: {
1203
1207
  readonly sourceUrl: "https://partnernetwork.ebay.com/browser-extension-policy";
1204
1208
  readonly lastVerified: "2026-07-10";
1205
- readonly notes: "eBay prompt/referrer requirements are from pre-build research; landing params and rover.ebay.com are also attributed to piedotorg/standdown-domains.";
1209
+ readonly notes: "eBay referrer requirements are from pre-build research; landing params and rover.ebay.com are also attributed to piedotorg/standdown-domains.";
1206
1210
  };
1207
1211
  }, {
1208
1212
  readonly id: "amazon";
@@ -1241,76 +1245,6 @@ declare const allPolicies: readonly [{
1241
1245
  readonly lastVerified: "2026-07-10";
1242
1246
  readonly notes: "Amazon forbids Special Links in browser extensions; tag is detected for attribution visibility, but activation is never allowed.";
1243
1247
  };
1244
- }, {
1245
- readonly id: "sovrn-skimlinks";
1246
- readonly schemaVersion: 3;
1247
- readonly policyVersion: "0.1.0";
1248
- readonly network: {
1249
- readonly id: "sovrn-skimlinks";
1250
- readonly name: "Sovrn / Skimlinks";
1251
- readonly policyUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
1252
- };
1253
- readonly detection: {
1254
- readonly redirectDomains: readonly [{
1255
- readonly pattern: "go.skimresources.com";
1256
- readonly kind: "suffix";
1257
- }, {
1258
- readonly pattern: "go.redirectingat.com";
1259
- readonly kind: "suffix";
1260
- }];
1261
- };
1262
- readonly standdown: {
1263
- readonly scope: "advertiser";
1264
- readonly sessionRule: "inactivity-window";
1265
- readonly minDurationMs: 5400000;
1266
- readonly inactivityMs: 3600000;
1267
- readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
1268
- };
1269
- readonly activation: {
1270
- readonly mode: "user-click";
1271
- };
1272
- readonly metadata: {
1273
- readonly sourceUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
1274
- readonly lastVerified: "2026-07-10";
1275
- readonly notes: "unverified against network docs; redirect domains from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
1276
- };
1277
- }, {
1278
- readonly id: "partnerize";
1279
- readonly schemaVersion: 3;
1280
- readonly policyVersion: "0.1.0";
1281
- readonly network: {
1282
- readonly id: "partnerize";
1283
- readonly name: "Partnerize";
1284
- readonly policyUrl: "https://partnerize.com/legal/terms-and-conditions/";
1285
- };
1286
- readonly detection: {
1287
- readonly landingParams: readonly [{
1288
- readonly anyOf: readonly [{
1289
- readonly allOf: readonly [{
1290
- readonly name: "clickref";
1291
- }];
1292
- }];
1293
- }];
1294
- readonly redirectDomains: readonly [{
1295
- readonly pattern: "prf.hn";
1296
- readonly kind: "suffix";
1297
- }];
1298
- };
1299
- readonly standdown: {
1300
- readonly scope: "advertiser";
1301
- readonly sessionRule: "inactivity-window";
1302
- readonly minDurationMs: 5400000;
1303
- readonly inactivityMs: 3600000;
1304
- readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
1305
- };
1306
- readonly activation: {
1307
- readonly mode: "user-click";
1308
- };
1309
- readonly metadata: {
1310
- readonly sourceUrl: "https://partnerize.com/legal/terms-and-conditions/";
1311
- readonly lastVerified: "2026-07-10";
1312
- readonly notes: "unverified against network docs; prf.hn redirect domain from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
1313
- };
1314
1248
  }, {
1315
1249
  readonly id: "universal";
1316
1250
  readonly schemaVersion: 3;
@@ -1512,6 +1446,84 @@ declare const allPolicies: readonly [{
1512
1446
  readonly notes: "Full piedotorg/standdown-domains rule set imported under MIT license; duration semantics use Affiliate Software Code of Conduct defaults.";
1513
1447
  };
1514
1448
  }];
1449
+ /**
1450
+ * Low-confidence packs whose redirect domains are inferred from domain
1451
+ * knowledge rather than verified against network documentation. Kept out of
1452
+ * `allPolicies` so the default set stays trustworthy; opt in explicitly (import
1453
+ * this array or name the pack via `policiesFor`) once you have verified them for
1454
+ * your integration.
1455
+ */
1456
+ declare const experimentalPolicies: readonly [{
1457
+ readonly id: "sovrn-skimlinks";
1458
+ readonly schemaVersion: 3;
1459
+ readonly policyVersion: "0.1.0";
1460
+ readonly network: {
1461
+ readonly id: "sovrn-skimlinks";
1462
+ readonly name: "Sovrn / Skimlinks";
1463
+ readonly policyUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
1464
+ };
1465
+ readonly detection: {
1466
+ readonly redirectDomains: readonly [{
1467
+ readonly pattern: "go.skimresources.com";
1468
+ readonly kind: "suffix";
1469
+ }, {
1470
+ readonly pattern: "go.redirectingat.com";
1471
+ readonly kind: "suffix";
1472
+ }];
1473
+ };
1474
+ readonly standdown: {
1475
+ readonly scope: "advertiser";
1476
+ readonly sessionRule: "inactivity-window";
1477
+ readonly minDurationMs: 5400000;
1478
+ readonly inactivityMs: 3600000;
1479
+ readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
1480
+ };
1481
+ readonly activation: {
1482
+ readonly mode: "user-click";
1483
+ };
1484
+ readonly metadata: {
1485
+ readonly sourceUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
1486
+ readonly lastVerified: "2026-07-10";
1487
+ readonly notes: "unverified against network docs; redirect domains from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
1488
+ };
1489
+ }, {
1490
+ readonly id: "partnerize";
1491
+ readonly schemaVersion: 3;
1492
+ readonly policyVersion: "0.1.0";
1493
+ readonly network: {
1494
+ readonly id: "partnerize";
1495
+ readonly name: "Partnerize";
1496
+ readonly policyUrl: "https://partnerize.com/legal/terms-and-conditions/";
1497
+ };
1498
+ readonly detection: {
1499
+ readonly landingParams: readonly [{
1500
+ readonly anyOf: readonly [{
1501
+ readonly allOf: readonly [{
1502
+ readonly name: "clickref";
1503
+ }];
1504
+ }];
1505
+ }];
1506
+ readonly redirectDomains: readonly [{
1507
+ readonly pattern: "prf.hn";
1508
+ readonly kind: "suffix";
1509
+ }];
1510
+ };
1511
+ readonly standdown: {
1512
+ readonly scope: "advertiser";
1513
+ readonly sessionRule: "inactivity-window";
1514
+ readonly minDurationMs: 5400000;
1515
+ readonly inactivityMs: 3600000;
1516
+ readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
1517
+ };
1518
+ readonly activation: {
1519
+ readonly mode: "user-click";
1520
+ };
1521
+ readonly metadata: {
1522
+ readonly sourceUrl: "https://partnerize.com/legal/terms-and-conditions/";
1523
+ readonly lastVerified: "2026-07-10";
1524
+ readonly notes: "unverified against network docs; prf.hn redirect domain from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
1525
+ };
1526
+ }];
1515
1527
  declare function policiesFor(networks: readonly string[]): StanddownPolicy[];
1516
1528
 
1517
- export { allPolicies, amazonPolicy, awinPolicy, cjPolicy, cocDefaults, ebayEpnPolicy, impactPolicy, partnerizePolicy, policiesFor, rakutenPolicy, shareasalePolicy, sovrnSkimlinksPolicy, universalPolicy };
1529
+ export { allPolicies, amazonPolicy, awinPolicy, cjPolicy, cocDefaults, ebayEpnPolicy, experimentalPolicies, impactPolicy, partnerizePolicy, policiesFor, rakutenPolicy, shareasalePolicy, sovrnSkimlinksPolicy, universalPolicy };
@@ -1,4 +1,4 @@
1
- import { b as StanddownPolicy } from './types-A9OJ7SWj.js';
1
+ import { b as StanddownPolicy } from './types-DgKvVCmQ.js';
2
2
 
3
3
  declare const cocDefaults: {
4
4
  readonly scope: "advertiser";
@@ -142,7 +142,7 @@ declare const cjPolicy: {
142
142
  readonly standdown: {
143
143
  readonly scope: "advertiser";
144
144
  readonly sessionRule: "session-or-min";
145
- readonly minDurationMs: 1800000;
145
+ readonly minDurationMs: 3600000;
146
146
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
147
147
  };
148
148
  readonly activation: {
@@ -151,7 +151,7 @@ declare const cjPolicy: {
151
151
  readonly metadata: {
152
152
  readonly sourceUrl: "https://www.cj.com/legal/software-policy";
153
153
  readonly lastVerified: "2026-07-10";
154
- readonly notes: "CJ policy cites CJ domains, afsrc=1, and cjevent; rotating domain list is attributed to piedotorg/standdown-domains.";
154
+ readonly notes: "CJ policy cites CJ domains, afsrc=1, and cjevent; rotating domain list is attributed to piedotorg/standdown-domains. Minimum stand-down duration (60m) is calibrated to production enforcement (Dupe standDownCookieDuration=60).";
155
155
  };
156
156
  };
157
157
  declare const impactPolicy: {
@@ -193,7 +193,7 @@ declare const impactPolicy: {
193
193
  readonly standdown: {
194
194
  readonly scope: "advertiser";
195
195
  readonly sessionRule: "session-or-min";
196
- readonly minDurationMs: 1800000;
196
+ readonly minDurationMs: 0;
197
197
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
198
198
  };
199
199
  readonly activation: {
@@ -202,7 +202,7 @@ declare const impactPolicy: {
202
202
  readonly metadata: {
203
203
  readonly sourceUrl: "https://impact.com/stand-down-policy.ihtml";
204
204
  readonly lastVerified: "2026-07-10";
205
- readonly notes: "Impact stand-down policy URL and irclickid/im_ref signals are from pre-build research; irgwc is attributed to piedotorg/standdown-domains.";
205
+ readonly notes: "Impact stand-down policy URL and irclickid/im_ref signals are from pre-build research; irgwc is attributed to piedotorg/standdown-domains. Session-only (no minimum) matches production enforcement, which sets no stand-down TTL.";
206
206
  };
207
207
  };
208
208
  declare const rakutenPolicy: {
@@ -265,7 +265,7 @@ declare const rakutenPolicy: {
265
265
  readonly standdown: {
266
266
  readonly scope: "advertiser";
267
267
  readonly sessionRule: "session-or-min";
268
- readonly minDurationMs: 5400000;
268
+ readonly minDurationMs: 0;
269
269
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
270
270
  };
271
271
  readonly activation: {
@@ -444,13 +444,12 @@ declare const ebayEpnPolicy: {
444
444
  };
445
445
  readonly activation: {
446
446
  readonly mode: "user-click";
447
- readonly maxPromptsPerJourney: 2;
448
447
  readonly allowedReferrerClasses: readonly ["own-site", "organic", "direct"];
449
448
  };
450
449
  readonly metadata: {
451
450
  readonly sourceUrl: "https://partnernetwork.ebay.com/browser-extension-policy";
452
451
  readonly lastVerified: "2026-07-10";
453
- readonly notes: "eBay prompt/referrer requirements are from pre-build research; landing params and rover.ebay.com are also attributed to piedotorg/standdown-domains.";
452
+ readonly notes: "eBay referrer requirements are from pre-build research; landing params and rover.ebay.com are also attributed to piedotorg/standdown-domains.";
454
453
  };
455
454
  };
456
455
  declare const amazonPolicy: {
@@ -764,6 +763,12 @@ declare const universalPolicy: {
764
763
  readonly notes: "Full piedotorg/standdown-domains rule set imported under MIT license; duration semantics use Affiliate Software Code of Conduct defaults.";
765
764
  };
766
765
  };
766
+ /**
767
+ * Verified policy packs, safe to enable by default. Every entry here has a
768
+ * cited `metadata.sourceUrl` and detection rules attributed to a network policy
769
+ * or the piedotorg/standdown-domains list, and is enforced by
770
+ * `scripts/policies-cite-check.mjs`.
771
+ */
767
772
  declare const allPolicies: readonly [{
768
773
  readonly id: "cj";
769
774
  readonly schemaVersion: 3;
@@ -899,7 +904,7 @@ declare const allPolicies: readonly [{
899
904
  readonly standdown: {
900
905
  readonly scope: "advertiser";
901
906
  readonly sessionRule: "session-or-min";
902
- readonly minDurationMs: 1800000;
907
+ readonly minDurationMs: 3600000;
903
908
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
904
909
  };
905
910
  readonly activation: {
@@ -908,7 +913,7 @@ declare const allPolicies: readonly [{
908
913
  readonly metadata: {
909
914
  readonly sourceUrl: "https://www.cj.com/legal/software-policy";
910
915
  readonly lastVerified: "2026-07-10";
911
- readonly notes: "CJ policy cites CJ domains, afsrc=1, and cjevent; rotating domain list is attributed to piedotorg/standdown-domains.";
916
+ readonly notes: "CJ policy cites CJ domains, afsrc=1, and cjevent; rotating domain list is attributed to piedotorg/standdown-domains. Minimum stand-down duration (60m) is calibrated to production enforcement (Dupe standDownCookieDuration=60).";
912
917
  };
913
918
  }, {
914
919
  readonly id: "impact";
@@ -949,7 +954,7 @@ declare const allPolicies: readonly [{
949
954
  readonly standdown: {
950
955
  readonly scope: "advertiser";
951
956
  readonly sessionRule: "session-or-min";
952
- readonly minDurationMs: 1800000;
957
+ readonly minDurationMs: 0;
953
958
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
954
959
  };
955
960
  readonly activation: {
@@ -958,7 +963,7 @@ declare const allPolicies: readonly [{
958
963
  readonly metadata: {
959
964
  readonly sourceUrl: "https://impact.com/stand-down-policy.ihtml";
960
965
  readonly lastVerified: "2026-07-10";
961
- readonly notes: "Impact stand-down policy URL and irclickid/im_ref signals are from pre-build research; irgwc is attributed to piedotorg/standdown-domains.";
966
+ readonly notes: "Impact stand-down policy URL and irclickid/im_ref signals are from pre-build research; irgwc is attributed to piedotorg/standdown-domains. Session-only (no minimum) matches production enforcement, which sets no stand-down TTL.";
962
967
  };
963
968
  }, {
964
969
  readonly id: "rakuten";
@@ -1020,7 +1025,7 @@ declare const allPolicies: readonly [{
1020
1025
  readonly standdown: {
1021
1026
  readonly scope: "advertiser";
1022
1027
  readonly sessionRule: "session-or-min";
1023
- readonly minDurationMs: 5400000;
1028
+ readonly minDurationMs: 0;
1024
1029
  readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
1025
1030
  };
1026
1031
  readonly activation: {
@@ -1196,13 +1201,12 @@ declare const allPolicies: readonly [{
1196
1201
  };
1197
1202
  readonly activation: {
1198
1203
  readonly mode: "user-click";
1199
- readonly maxPromptsPerJourney: 2;
1200
1204
  readonly allowedReferrerClasses: readonly ["own-site", "organic", "direct"];
1201
1205
  };
1202
1206
  readonly metadata: {
1203
1207
  readonly sourceUrl: "https://partnernetwork.ebay.com/browser-extension-policy";
1204
1208
  readonly lastVerified: "2026-07-10";
1205
- readonly notes: "eBay prompt/referrer requirements are from pre-build research; landing params and rover.ebay.com are also attributed to piedotorg/standdown-domains.";
1209
+ readonly notes: "eBay referrer requirements are from pre-build research; landing params and rover.ebay.com are also attributed to piedotorg/standdown-domains.";
1206
1210
  };
1207
1211
  }, {
1208
1212
  readonly id: "amazon";
@@ -1241,76 +1245,6 @@ declare const allPolicies: readonly [{
1241
1245
  readonly lastVerified: "2026-07-10";
1242
1246
  readonly notes: "Amazon forbids Special Links in browser extensions; tag is detected for attribution visibility, but activation is never allowed.";
1243
1247
  };
1244
- }, {
1245
- readonly id: "sovrn-skimlinks";
1246
- readonly schemaVersion: 3;
1247
- readonly policyVersion: "0.1.0";
1248
- readonly network: {
1249
- readonly id: "sovrn-skimlinks";
1250
- readonly name: "Sovrn / Skimlinks";
1251
- readonly policyUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
1252
- };
1253
- readonly detection: {
1254
- readonly redirectDomains: readonly [{
1255
- readonly pattern: "go.skimresources.com";
1256
- readonly kind: "suffix";
1257
- }, {
1258
- readonly pattern: "go.redirectingat.com";
1259
- readonly kind: "suffix";
1260
- }];
1261
- };
1262
- readonly standdown: {
1263
- readonly scope: "advertiser";
1264
- readonly sessionRule: "inactivity-window";
1265
- readonly minDurationMs: 5400000;
1266
- readonly inactivityMs: 3600000;
1267
- readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
1268
- };
1269
- readonly activation: {
1270
- readonly mode: "user-click";
1271
- };
1272
- readonly metadata: {
1273
- readonly sourceUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
1274
- readonly lastVerified: "2026-07-10";
1275
- readonly notes: "unverified against network docs; redirect domains from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
1276
- };
1277
- }, {
1278
- readonly id: "partnerize";
1279
- readonly schemaVersion: 3;
1280
- readonly policyVersion: "0.1.0";
1281
- readonly network: {
1282
- readonly id: "partnerize";
1283
- readonly name: "Partnerize";
1284
- readonly policyUrl: "https://partnerize.com/legal/terms-and-conditions/";
1285
- };
1286
- readonly detection: {
1287
- readonly landingParams: readonly [{
1288
- readonly anyOf: readonly [{
1289
- readonly allOf: readonly [{
1290
- readonly name: "clickref";
1291
- }];
1292
- }];
1293
- }];
1294
- readonly redirectDomains: readonly [{
1295
- readonly pattern: "prf.hn";
1296
- readonly kind: "suffix";
1297
- }];
1298
- };
1299
- readonly standdown: {
1300
- readonly scope: "advertiser";
1301
- readonly sessionRule: "inactivity-window";
1302
- readonly minDurationMs: 5400000;
1303
- readonly inactivityMs: 3600000;
1304
- readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
1305
- };
1306
- readonly activation: {
1307
- readonly mode: "user-click";
1308
- };
1309
- readonly metadata: {
1310
- readonly sourceUrl: "https://partnerize.com/legal/terms-and-conditions/";
1311
- readonly lastVerified: "2026-07-10";
1312
- readonly notes: "unverified against network docs; prf.hn redirect domain from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
1313
- };
1314
1248
  }, {
1315
1249
  readonly id: "universal";
1316
1250
  readonly schemaVersion: 3;
@@ -1512,6 +1446,84 @@ declare const allPolicies: readonly [{
1512
1446
  readonly notes: "Full piedotorg/standdown-domains rule set imported under MIT license; duration semantics use Affiliate Software Code of Conduct defaults.";
1513
1447
  };
1514
1448
  }];
1449
+ /**
1450
+ * Low-confidence packs whose redirect domains are inferred from domain
1451
+ * knowledge rather than verified against network documentation. Kept out of
1452
+ * `allPolicies` so the default set stays trustworthy; opt in explicitly (import
1453
+ * this array or name the pack via `policiesFor`) once you have verified them for
1454
+ * your integration.
1455
+ */
1456
+ declare const experimentalPolicies: readonly [{
1457
+ readonly id: "sovrn-skimlinks";
1458
+ readonly schemaVersion: 3;
1459
+ readonly policyVersion: "0.1.0";
1460
+ readonly network: {
1461
+ readonly id: "sovrn-skimlinks";
1462
+ readonly name: "Sovrn / Skimlinks";
1463
+ readonly policyUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
1464
+ };
1465
+ readonly detection: {
1466
+ readonly redirectDomains: readonly [{
1467
+ readonly pattern: "go.skimresources.com";
1468
+ readonly kind: "suffix";
1469
+ }, {
1470
+ readonly pattern: "go.redirectingat.com";
1471
+ readonly kind: "suffix";
1472
+ }];
1473
+ };
1474
+ readonly standdown: {
1475
+ readonly scope: "advertiser";
1476
+ readonly sessionRule: "inactivity-window";
1477
+ readonly minDurationMs: 5400000;
1478
+ readonly inactivityMs: 3600000;
1479
+ readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
1480
+ };
1481
+ readonly activation: {
1482
+ readonly mode: "user-click";
1483
+ };
1484
+ readonly metadata: {
1485
+ readonly sourceUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
1486
+ readonly lastVerified: "2026-07-10";
1487
+ readonly notes: "unverified against network docs; redirect domains from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
1488
+ };
1489
+ }, {
1490
+ readonly id: "partnerize";
1491
+ readonly schemaVersion: 3;
1492
+ readonly policyVersion: "0.1.0";
1493
+ readonly network: {
1494
+ readonly id: "partnerize";
1495
+ readonly name: "Partnerize";
1496
+ readonly policyUrl: "https://partnerize.com/legal/terms-and-conditions/";
1497
+ };
1498
+ readonly detection: {
1499
+ readonly landingParams: readonly [{
1500
+ readonly anyOf: readonly [{
1501
+ readonly allOf: readonly [{
1502
+ readonly name: "clickref";
1503
+ }];
1504
+ }];
1505
+ }];
1506
+ readonly redirectDomains: readonly [{
1507
+ readonly pattern: "prf.hn";
1508
+ readonly kind: "suffix";
1509
+ }];
1510
+ };
1511
+ readonly standdown: {
1512
+ readonly scope: "advertiser";
1513
+ readonly sessionRule: "inactivity-window";
1514
+ readonly minDurationMs: 5400000;
1515
+ readonly inactivityMs: 3600000;
1516
+ readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
1517
+ };
1518
+ readonly activation: {
1519
+ readonly mode: "user-click";
1520
+ };
1521
+ readonly metadata: {
1522
+ readonly sourceUrl: "https://partnerize.com/legal/terms-and-conditions/";
1523
+ readonly lastVerified: "2026-07-10";
1524
+ readonly notes: "unverified against network docs; prf.hn redirect domain from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
1525
+ };
1526
+ }];
1515
1527
  declare function policiesFor(networks: readonly string[]): StanddownPolicy[];
1516
1528
 
1517
- export { allPolicies, amazonPolicy, awinPolicy, cjPolicy, cocDefaults, ebayEpnPolicy, impactPolicy, partnerizePolicy, policiesFor, rakutenPolicy, shareasalePolicy, sovrnSkimlinksPolicy, universalPolicy };
1529
+ export { allPolicies, amazonPolicy, awinPolicy, cjPolicy, cocDefaults, ebayEpnPolicy, experimentalPolicies, impactPolicy, partnerizePolicy, policiesFor, rakutenPolicy, shareasalePolicy, sovrnSkimlinksPolicy, universalPolicy };