Rewrites/privacy decentralized fixes #19

Merged
Quix0r merged 2 commits from rewrites/privacy-decentralized-fixes into master 2017-05-11 17:09:01 +02:00

2 commits

Author SHA1 Message Date
d400ed3342
Rewrite:
- don't download files - more worse JavaScript - from external CDNs
- this is a security nightmare when the remote CDN is compromised and starts
  distributing worms/trojan horses (see NSA scandal)
- this will give them away your user's IP addresses
- removed no longer used js/main.js as there is assets/js/main.js around
- moved css/js files in their own folder (assets/<css|js>)
- removed executable right from include/dba.php, no need for this

Signed-off-by: Roland Häder <roland@mxchange.org>
2017-05-11 16:49:02 +02:00
96ad5a1d39
no executable flag needed for this file
Signed-off-by: Roland Häder <roland@mxchange.org>
2017-05-11 16:39:01 +02:00