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
Quix0r commented 2017-05-11 16:54:35 +02:00 (Migrated from github.com)

From last commit:

Rewrite:
- don't reference 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
From last commit: ```` Rewrite: - don't reference 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 ````
MrPetovan commented 2017-05-11 17:08:53 +02:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: friendica/dir#19
No description provided.