├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── composer.json └── src └── EnforceContentSecurity.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevenmaguire/laravel-middleware-csp/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevenmaguire/laravel-middleware-csp/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevenmaguire/laravel-middleware-csp/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevenmaguire/laravel-middleware-csp/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevenmaguire/laravel-middleware-csp/HEAD/composer.json -------------------------------------------------------------------------------- /src/EnforceContentSecurity.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevenmaguire/laravel-middleware-csp/HEAD/src/EnforceContentSecurity.php --------------------------------------------------------------------------------