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

Countries Affected by GDPR #170

Closed
simoheinonen opened this issue Nov 6, 2020 · 5 comments
Closed

Countries Affected by GDPR #170

simoheinonen opened this issue Nov 6, 2020 · 5 comments

Comments

@simoheinonen
Copy link
Contributor

https://www.defensorum.com/gdpr-countries-list/

@choval
Copy link

choval commented Feb 19, 2021

There's a isEuMember(), which I've used to detect if a user is from an EU country and mark accordingly for GDPR.

@simoheinonen
Copy link
Contributor Author

That's not accurate enough. GDPR is also used in UK, Iceland and Norway for example which aren't EU countries.

@ninjahza
Copy link
Contributor

Jumping on this

@choval
Copy link

choval commented Jul 30, 2021

The thing with GDPR, is that some other countries have similar laws but not GDPR specifically... For example Argentina, Brazil, Canada, Japan and many others have similar personal data handling requirements. A 'data protection' flag would be more useful.

Or you could easily just create a list with the country codes in the list you provided to check for GDPR specifically.

@Omranic
Copy link
Member

Omranic commented Oct 3, 2021

Thank you for your suggestions. This is a very interesting feature that I would love to have implemented in this package.

I'll be happy to consider PRs adding that feature in this package, all PRs are welcome 😉

@Omranic Omranic closed this as completed Oct 3, 2021
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

4 participants