4 lines
305 B
Plaintext
4 lines
305 B
Plaintext
== Recommended Secure Coding Practices
|
|
|
|
Implement content security policy fetch directives, in particular _default-src_ directive and continue to properly sanitize and validate all inputs of the application, indeed CSP fetch directives is only a tool to reduce the impact of cross site scripting attacks.
|