nelmio / NelmioSecurityBundle

Adds extra security-related features in your Symfony application
https://symfony.com/bundles/NelmioSecurityBundle/
MIT License
651 stars 85 forks source link

Introduce `ExternalRedirectResponse` #331

Closed martijnc closed 5 months ago

martijnc commented 9 months ago

Introduces ExternalRedirectResponse to allow redirects to other hosts without the need to configure those hosts globally allowing for more fine-grained control.

Fixes #330.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (da7cc88) 96.93% compared to head (7476be6) 96.94%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #331 +/- ## ============================================ + Coverage 96.93% 96.94% +0.01% - Complexity 429 433 +4 ============================================ Files 52 53 +1 Lines 1923 1933 +10 ============================================ + Hits 1864 1874 +10 Misses 59 59 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

martijnc commented 7 months ago

Is the project interested in a feature like this? Is there anything I can help with to get this merged? Thanks!

yellow1912 commented 5 months ago

I'm very much interested to see this merged