177
edits
Line 95: | Line 95: | ||
** Prevent loading of remote scripts for critical apps | ** Prevent loading of remote scripts for critical apps | ||
** Prevent loading of remote content | ** Prevent loading of remote content | ||
** I.e. enforce a CSP policy on critical Web Apps (''note however: [[Apps/Security#The_Problem_With_Using_SSL]]) | ** I.e. enforce a CSP policy on critical Web Apps (''note however: [[Apps/Security#The_Problem_With_Using_SSL]]'') | ||
* Subdivision of applications using UNIX "spawn" techniques (fork followed by exec) | * Subdivision of applications using UNIX "spawn" techniques (fork followed by exec) | ||
** "spawn" is the only safe way to completely isolate applications from compromise | ** "spawn" is the only safe way to completely isolate applications from compromise |
edits