Azeirah / brainstorm

Project-brainstorm is a multi-purpose note-taking application which excells at free writing, prototyping, task lists and cheat sheets
GNU General Public License v2.0
232 stars 28 forks source link

Bring font-awesome.css in-package #19

Open ocdtrekkie opened 8 years ago

ocdtrekkie commented 8 years ago

Privacy Badger detects one outside call in your app to netdna.bootstrapcdn.com, which seems to be for font-awesome.css, which really should be inside the app package and not brought in from an outside source. Note that while this works right now, eventually client-side sandboxing in Sandstorm will break this existing setup.

ocdtrekkie commented 8 years ago

Allegedly the official fontawesome package, at https://atmospherejs.com/fortawesome/fontawesome should be built-in.

It seems the natestrauser version is basically just "fontawesome at a CDN", which Sandstorm packages should avoid: https://atmospherejs.com/natestrauser/font-awesome