You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By developing a React project, I've seen that the http://localhost:8080 is included in the analysis.
Maybe the plugin should ignore such cases because there is no internet bandwith usage associated with localhost project (exept API resquests or network images for example).
The text was updated successfully, but these errors were encountered:
Hi Thibaud. The addon is for a large public, not only developers.
We, developers do not use only localhost url, but also something.localhost, something.dev, etc
Feel free to contribute to the code by adding a condition on the domain here: https://github.com/supertanuki/Carbonalyser/blob/master/script.js#L26
Hi !
Thanks for your very nice plugin.
By developing a React project, I've seen that the
http://localhost:8080
is included in the analysis.Maybe the plugin should ignore such cases because there is no internet bandwith usage associated with localhost project (exept API resquests or network images for example).
The text was updated successfully, but these errors were encountered: