Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Added installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-manuilov committed Aug 24, 2016
1 parent d61cf5b commit 4f0d0c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Content Security Policy for Phalcon Framework

This plugin allows you to add CSP policies to your Phalcon based website. Content Security Policy (CSP) is a security standard to prevent cross-site scripting (XSS), clickjacking and other code injection attacks. Take a look at [An Introduction to Content Security Policy](http://www.html5rocks.com/en/tutorials/security/content-security-policy/) article for more details.

Installation
-----------

Just use composer to install it:

```
$ composer require eugene-manuilov/phalcon-csp
```

Usage
-----------

Expand Down

0 comments on commit 4f0d0c9

Please sign in to comment.