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
When running RestyaBoard in a browser, I would expect it to be self-contained, and to not rely any resources (eg. fonts, JS libraries, etc) provided by third-party servers/companies. The reason is that, when downloaded from third parties (eg. Google), such resources are used as a mean for tracking their users.
Current Behavior
Currently, RestyaBoard has a hard-coded dependency to fonts.googleapis.com/css?family=Open+Sans, which means RestyaBoard running in a browser will always try to reach servers from Google. This means Google can track RestyaBoard users, to some extent.
Expected Behavior
When running RestyaBoard in a browser, I would expect it to be self-contained, and to not rely any resources (eg. fonts, JS libraries, etc) provided by third-party servers/companies. The reason is that, when downloaded from third parties (eg. Google), such resources are used as a mean for tracking their users.
Current Behavior
Currently, RestyaBoard has a hard-coded dependency to
fonts.googleapis.com/css?family=Open+Sans
, which means RestyaBoard running in a browser will always try to reach servers from Google. This means Google can track RestyaBoard users, to some extent.See this line from
index.html
board/client/index.html
Line 13 in 9c34b6b
Screenshots (if appropriate):
Possible Solution
Steps to Reproduce (for bugs)
docker-compose
file.docker-compose up
Context
Your Environment
docker-compose
file.The text was updated successfully, but these errors were encountered: