Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Associate third-party domains with first-party with grace period #11

Open
cbuijs opened this issue Dec 15, 2017 · 1 comment
Open

Associate third-party domains with first-party with grace period #11

cbuijs opened this issue Dec 15, 2017 · 1 comment

Comments

@cbuijs
Copy link
Owner

cbuijs commented Dec 15, 2017

To fix some sites, we need to allow some of third-party domains for that particular site. Actually to allow ads for example to see news-videos (ABC, NBC, etc).

As we cannot determine if a domain is actually third-party to a site, we might maybe want to "associate" domains in a configuration/syntax like:

<first.party.domain> <third-part-domain> [ttl]

Where:

<first.party.domain> is the site in question.
<third.party-domain> is associated.
[ttl] the time in seconds to allow/grace the third-party-domain. Optional, when not specified the ttl of the first-party-domain (not third!) is taken. This means it will take the starting time of the first-party-domain and count down from that time. Not actually the starting time of the third-party as the first-party should be leading.

Example:

nbc.com doubleclick.net 300

Just an idea to make sure when whitelisting we limit the amount of "garbage" coming in.

@cbuijs
Copy link
Owner Author

cbuijs commented Dec 15, 2017

We maybe want to call this "greylisting" (or graylisting)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant