Olaf
Olaf
@markuskuerten could you provide a little more information? I also use Symfony 5.0.8 and have not made any adjustments to get it working. For example, do you have the same...
@markuskuerten thanks for the supplied source code. I briefly looked at what could be the possible cause. I think this is mainly due to the fact that the Symfony login...
@Gregwar @cilefen I also ran into the Content-Security-Policy story. It seems good to me to implement this, some minor updates will have to be adjusted for this. Hopefully I will...
@cilefen that is a nice solution, but I think this is, indeed, a bit too big for the small piece of javascript code what matters to us.
@tacman you can create a configuration file in **config/packages/** for example named **gregwar_captcha.yaml**. For the configuration you should change the **web_path** option, because it is using an old Symfony default...
@tacman i'm a bit busy, but i have made some [quick changes](https://github.com/Olaf1989/CaptchaBundle/tree/symfony-5) i will try to test this soon. I will add the recipe to Symfony flex after there is...
@tacman pull-request added https://github.com/Gregwar/CaptchaBundle/pull/208
@tacman i have no idea if it is possible, let alone how. It is possible to copy the contents of https://github.com/Olaf1989/CaptchaBundle/tree/symfony-5 and use it as a symbolic (vendor/gregwar/captcha-bundle) link in...
@Gregwar thank you! @tacman a Symfony recipe is not needed anymore because the default configuration is valid. Otherwise we should move all default values (from https://github.com/Gregwar/CaptchaBundle/blob/master/DependencyInjection/Configuration.php) to the recipe
@Gemorroj i'm a bit too busy at the moment, but when i have time i will look into it.