I made a tool to help you read privacy policies
Posted: Tue Oct 15, 2024 1:02 am
I made a tool to help you read privacy policies
Link to video:
https://youtu.be/hQqR4tKRiKs
Here's the description:
~~~ Resources and References ~~~
Privacy Visualizer: https://rejectconvenience.com/privacy-visualizer/
~~~ Apps and Privacy Policies Referenced ~~~
1Password: https://1password.com/legal/privacy
Stripe: https://stripe.com/privacy
Paypal: https://www.paypal.com/us/legalhub/privacy-full
Venmo: https://venmo.com/legal/us-privacy-policy/
Snapchat App: https://apps.apple.com/us/app/snapchat/id447188370
Snapchat: https://values.snap.com/privacy/privacy-policy
Instagram App: https://apps.apple.com/us/app/instagram/id389801252
Instagram: https://privacycenter.instagram.com/pol ... y_redirect
YouTube App: https://apps.apple.com/us/app/youtube-w ... d544007664
YouTube: https://www.youtube.com/howyoutubeworks ... s/privacy/
Amazon App: https://apps.apple.com/us/app/amazon-sh ... d297606951
Amazon: https://www.amazon.com/gp/help/customer ... 4ZB8MHFRNJ
TikTok App: https://apps.apple.com/us/app/tiktok/id835599320
TikTok: https://www.tiktok.com/legal/page/us/privacy-policy/en
Spotify App: https://apps.apple.com/us/app/spotify-m ... d324684580
Spotify: https://www.spotify.com/us/legal/privacy-policy/
~~~ Other Resources ~~~
Data breaches in the first half of 2024: https://www.idtheftcenter.org/wp-conten ... alysis.pdf
Apple Developer App Privacy Guidelines: https://developer.apple.com/app-store/a ... y-details/
Apple Developer Additional Insights for Data Usage: https://developer.apple.com/app-store/u ... -data-use/
How motion data is used: https://developer.apple.com/documentation/coremotion
Reject Convenience initial research that kicked off this idea: https://rejectconvenience.com/200-apps/
~~~ Accuracy of iPhone location ~~~
Ultra wideband: https://appleinsider.com/articles/20/10 ... mepod-mini
Wifi: https://www.lifewire.com/range-of-typic ... ork-816564
Bluetooth: https://techreviewadvisor.com/bluetooth ... can-it-go/
The code
I mentioned in the video that I'd post the code I used to make this tool in case someone wants to do something else with it.
So each button is set up like this:
edit: haha whoops maybe not... I'll figure this out
I know it's not perfect, but it works. I did that for each button, and just plugged it into a basic site builder as a custom HTML snippet, though the early tests of this were all pure HTML/CSS (which was fun to re-learn).
Link to video:
https://youtu.be/hQqR4tKRiKs
Here's the description:
~~~ Resources and References ~~~
Privacy Visualizer: https://rejectconvenience.com/privacy-visualizer/
~~~ Apps and Privacy Policies Referenced ~~~
1Password: https://1password.com/legal/privacy
Stripe: https://stripe.com/privacy
Paypal: https://www.paypal.com/us/legalhub/privacy-full
Venmo: https://venmo.com/legal/us-privacy-policy/
Snapchat App: https://apps.apple.com/us/app/snapchat/id447188370
Snapchat: https://values.snap.com/privacy/privacy-policy
Instagram App: https://apps.apple.com/us/app/instagram/id389801252
Instagram: https://privacycenter.instagram.com/pol ... y_redirect
YouTube App: https://apps.apple.com/us/app/youtube-w ... d544007664
YouTube: https://www.youtube.com/howyoutubeworks ... s/privacy/
Amazon App: https://apps.apple.com/us/app/amazon-sh ... d297606951
Amazon: https://www.amazon.com/gp/help/customer ... 4ZB8MHFRNJ
TikTok App: https://apps.apple.com/us/app/tiktok/id835599320
TikTok: https://www.tiktok.com/legal/page/us/privacy-policy/en
Spotify App: https://apps.apple.com/us/app/spotify-m ... d324684580
Spotify: https://www.spotify.com/us/legal/privacy-policy/
~~~ Other Resources ~~~
Data breaches in the first half of 2024: https://www.idtheftcenter.org/wp-conten ... alysis.pdf
Apple Developer App Privacy Guidelines: https://developer.apple.com/app-store/a ... y-details/
Apple Developer Additional Insights for Data Usage: https://developer.apple.com/app-store/u ... -data-use/
How motion data is used: https://developer.apple.com/documentation/coremotion
Reject Convenience initial research that kicked off this idea: https://rejectconvenience.com/200-apps/
~~~ Accuracy of iPhone location ~~~
Ultra wideband: https://appleinsider.com/articles/20/10 ... mepod-mini
Wifi: https://www.lifewire.com/range-of-typic ... ork-816564
Bluetooth: https://techreviewadvisor.com/bluetooth ... can-it-go/
The code
I mentioned in the video that I'd post the code I used to make this tool in case someone wants to do something else with it.
So each button is set up like this:
edit: haha whoops maybe not... I'll figure this out
I know it's not perfect, but it works. I did that for each button, and just plugged it into a basic site builder as a custom HTML snippet, though the early tests of this were all pure HTML/CSS (which was fun to re-learn).