From 62831d6a7465ae7ff4089c4378683fdbf4fad57f Mon Sep 17 00:00:00 2001 From: Ruben Van Assche Date: Wed, 9 Sep 2020 10:56:22 +0200 Subject: [PATCH] Add support for Laravel 8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4d5dcf..e91ca0a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-csp.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-csp) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/spatie/laravel-csp/run-tests?label=tests) +![Check & fix styling](https://github.com/spatie/laravel-csp/workflows/Check%20&%20fix%20styling/badge.svg) [![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-csp.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-csp) By default all scripts on a webpage are allowed to send and fetch data to any site they want. This can be a security problem. Imagine one of your JavaScript dependencies sends all keystrokes, including passwords, to a third party website.