Skip to content

Commit

Permalink
Version 1.x branch supports PHP 5
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Apr 9, 2016
1 parent f8f19dd commit 3c4a0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Content Security Policy Builder

[![Build Status](https://travis-ci.org/paragonie/csp-builder.svg?branch=master)](https://travis-ci.org/paragonie/csp-builder)
[![Build Status](https://travis-ci.org/paragonie/csp-builder.svg?branch=v1.x)](https://travis-ci.org/paragonie/csp-builder)

Easily integrate Content-Security-Policy headers into your web application, either
from a JSON configuration file, or programatically.
Expand Down Expand Up @@ -145,4 +145,4 @@ $policy->saveSnippet(
);
```

Make sure you reload your webserver afterwards.
Make sure you reload your webserver afterwards.

0 comments on commit 3c4a0fb

Please sign in to comment.