All notable changes to laravel-csp
will be documented in this file
- add websockets scheme support (#65)
- Add Laravel 7 support
- Add None override
- Add Laravel 6.0 support
- add webrtc-src directive
- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below
- add support for Laravel 5.8
- replace str_random and starts_with helpers to its class based counterpart
- use Arr:: and Str:: functions
- add new script and style directives
- moved most values in
Value
toKeyword
- remove deprecated
cspValue
function
- add possibility to change value to no value
- support for Laravel 5.7
- fix compatibility with Lumen
- make compatible with Lumen
- add value constant for
data:
- fix blade directive
- improvements around quoting values
- add
csp_nonce
function
- add value constants
- add support for PHP 7.0
- fix blade directive
- improve base profile
- fix directory name
- fix naming of classes
BROKEN VERSION, DO NOT USE
- initial release