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

Supporting multiple domains #1

Open
mrchrisadams opened this issue May 23, 2019 · 1 comment
Open

Supporting multiple domains #1

mrchrisadams opened this issue May 23, 2019 · 1 comment

Comments

@mrchrisadams
Copy link
Member

Websites rely on content from multiple domains. How do we handle this?

We could do something like:

6 out 8 domains run on green power on this site.

mrchrisadams pushed a commit that referenced this issue Aug 3, 2019
Generalized blog text. Removed files that might cause confusion.
mrchrisadams pushed a commit that referenced this issue Aug 3, 2019
mrchrisadams pushed a commit that referenced this issue Aug 3, 2019
@npdoty
Copy link

npdoty commented Mar 18, 2021

One approach would be to leave this sort of calculation up to the client. A domain's carbon.txt can report on the electricity and carbon source of resources hosted on that domain.

Web pages on that domain will frequently point to resources hosted on other domains, and very frequently that list will be unknown or hard to keep up to date, but a client that wants to know about the carbon impact of those additional resources can check the /.well-known/carbon.txt of each of those domains in turn. A browser plugin that wants to tell the user whether browsing a site is only using certified renewable energy would need to check each domain's carbon.txt when resources are loaded from other domains, rather than relying on a (likely incomplete or out of date) single conclusion from the top-level host.

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

No branches or pull requests

2 participants