Asciiflow + Privacy
See original GitHub issueI’d like to open a discussion with users about privacy and Google/tracking/etc.
I understand some people do not want Google integrations on certain pages because of the “Big Brother” effect; however, e.g. Google Drive integration is undoubtedly a feature people want and use.
Keeping in mind this will be a statically served web-application from Google pages, what is the appropriate action here?
Here are a few suggestions:
- All third-party scripts are loaded conditionally (using javascript) based on the Do-Not-Track setting being preset or not.
- There is a
/lite
path that you can visit that is a specially built version of the app sans all third-party integrations. - We simply drop all Google functionality in lieu of Gist/permalink support (things have changed in the last ~6-7 years in terms of what tools people are using).
Let me know what you think. The discussion here will affect Asciiflow 3 (AF3) exclusively; the existing version will not be updated to reflect any decisions made.
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (1 by maintainers)
Top Results From Across the Web
ASCIIFlow
Infinite ASCII diagrams, save to Google Drive, resize, freeform draw, and export straight to text/html.
Read more >ASCIIFlow Makes Flow Charts and Diagrams in Plain Text
ASCIIFlow Makes Flow Charts and Diagrams in Plain Text ... By subscribing you agree to our Terms of Use and Privacy Policy.
Read more >GitHub on Twitter: "Need to add some ASCII art flow diagrams ...
ASCIIFlow - a client-side only web based application for drawing ASCII diagrams. 12:24 PM · Sep 24, 2021.
Read more >ASCIIFlow: ASCII Art Drawing Tool - MakeUseOf
ASCII Flow includes this export-to-HTML feature. ascii art drawing tool. ASCII Flow also lets you create lines made up of text characters, ...
Read more >"Asciiflow" which can create a flow diagram with ASCII art
Using Asciiflow makes it possible to easily create a small flow chart using ... acknowledges 'security flaw' in smart camera privacy issue ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Chiming in here:
From a product perspective, I’d like to continue to use Google Analytics so I can understand user behaviour. Given that, I propose we do as @Qix- proposed and conditionally load this script based on the do-not-track status.
My vote, is to avoid google as much as possible.
A simple import/export via copy/paste is enough to cover most cases, but having 3rd party tools is ok, as long as they don’t load external files, or they are optional and only load when used.
btw, was the import functionality removed in the new version? I can’t see how to paste something…