generated from privacycg/template
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
editorialAn issue that does not affect the design of the protocol; does not require consensusAn issue that does not affect the design of the protocol; does not require consensus
Description
It is initialized in
Lines 1446 to 1451 in 85e2869
| 1. Let |intermediarySite| be: | |
| 1. a value of `undefined` if the [=origin=] is [=same site=] | |
| with the [=top-level origin=], | |
| 1. otherwise, the result of | |
| [=obtain a site|obtaining a site=] | |
| from |settings|' [=environment settings object/origin=]. |
do attribution algorithm, which doesn't indicate that it accepts undefined:
Lines 1598 to 1602 in 85e2869
| To <dfn>do attribution and fill a histogram</dfn>, given | |
| [=validated conversion options=] |options|, | |
| [=site=] |topLevelSite|, | |
| [=site=] |intermediarySite|, | |
| and [=moment=] |now|: |
Same for the common matching logic:
Lines 1688 to 1692 in 85e2869
| To perform <dfn>common matching logic</dfn>, given | |
| [=validated conversion options=] |options|, | |
| [=site=] |topLevelSite|, | |
| [=site=] |intermediarySite|, | |
| [=epoch index=] |epoch|, and [=moment=] |now|: |
Metadata
Metadata
Assignees
Labels
editorialAn issue that does not affect the design of the protocol; does not require consensusAn issue that does not affect the design of the protocol; does not require consensus