Stefano Angaran
Stefano Angaran
I'm using IIS 7.5 with ModSecurity 2.8.0. I've created a simple configuration file with only one rule ``` SecRule ARGS "foo" "id:99999,pass,redirect:/" ``` These are the request headers I get...
Hi, I'm a new Behat and Mink user and I'm having a difficult time finding out the steps provided by the MinkExtension. A simple page with a list of the...
Hi, I'm trying to inject some parameters through setters into the OAuth services. The base library you are using has some services which have setter methods to configure specific options....
I see that authorization uri is built here https://github.com/gigablah/silex-oauth/blob/master/src/Security/Firewall/OAuthAuthenticationListener.php#L135 The method getAuthorizationUri accepts an array of parameters so it would be cool if we could use that to pass additional...
Hi all, I'd like to ask if there is any possibility provided by the plugin to add custom HTML elements (such as a link) to playlist descriptions or titles. Maybe...
### Symfony version(s) affected 7.1.3 ### Description Symfony Messenger queue workers crash when a MessageDecodingFailedException is thrown. ### How to reproduce - Stop your queue workers - Wrap an object...