-
Hi, thanks for the great work. I'm using the built-in git repository feature to include a nice link to my project's GitHub repo. To some extend, I like the additional info -- latest tag, stars and forks -- displayed with the link to my repo. However, I have the problem that it's an external request. I would like to make this request conditional to a cookie consent. Is it possible to make the info retrieval for git repos conditional to some cookie consent? How would I go about implementing it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You're right, it should be under consent, so the fact that it's not is actually an oversight. You can create a new issue. We should conditionally request URLs only if the user gave his consent. We should tie this to a new cookie (all of those are essentially no cookies but local storage entries) named |
Beta Was this translation helpful? Give feedback.
You're right, it should be under consent, so the fact that it's not is actually an oversight. You can create a new issue. We should conditionally request URLs only if the user gave his consent. We should tie this to a new cookie (all of those are essentially no cookies but local storage entries) named
github
, that is automatically added when a repository was configured, and which the user can disable in the settings of the consent form.