Releases: spatie/laravel-csp
Releases · spatie/laravel-csp
3.8.1
3.8.0
3.7.0
3.6.0
What's Changed
- 3 Presets (Stripe, Plausible, TicketTailor) by @atomicjam in #156
- Skip CSP middleware when Vite is hot reloading by @ziadoz in #154
Full Changelog: 3.5.0...3.6.0
3.5.0
What's Changed
- docs: remove return from v3 upgrade guide by @audunru in #153
- Add Microsoft Clarity Preset by @atomicjam in #155
New Contributors
- @audunru made their first contribution in #153
- @atomicjam made their first contribution in #155
Full Changelog: 3.4.0...3.5.0
3.4.0
What's Changed
Full Changelog: 3.3.0...3.4.0
3.3.0
What's Changed
- Google TLDs CSP preset by @christianschoenmakers in #148
- Posthog CSP preset by @christianschoenmakers in #149
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- Intercom preset by @christianschoenmakers in #147
- Bunny Fonts preset by @ndeblauw in #150
- Skip CSP middleware when Laravel is rendering an exception by @ziadoz in #151
New Contributors
- @christianschoenmakers made their first contribution in #147
- @ndeblauw made their first contribution in #150
- @ziadoz made their first contribution in #151
Full Changelog: 3.1.0...3.2.0
3.1.0
What's Changed
- Update migration guide to use
$policy
by @patrickomeara in #144 - Update README.md by @jackbayliss in #145
- Ensure null values are removed by @jackbayliss in #146
- Cloudflare Turnstile preset by @ohiader in #143
New Contributors
- @patrickomeara made their first contribution in #144
- @jackbayliss made their first contribution in #145
- @ohiader made their first contribution in #143
Full Changelog: 3.0.0...3.1.0
3.0.0
The development goal for version 3 was to reduce the boilerplate of configuring a policy for common services like Google Tag Manager, Fathom Analytics, Adobe Fonts… In addition, we've made it easier to add your own directives through your configuration file, without writing additional code.
For more information, read our blog post on the v3 release.
Upgrading from v2? We have an upgrade guide!