Skip to content

Commit

Permalink
EZEE-2400: Captcha form field image shouldn't be cached by Varnish (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored and Łukasz Serwatka committed Oct 4, 2018
1 parent 1ddbc96 commit c1347cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/config/config.yml
Expand Up @@ -158,4 +158,5 @@ jms_translation:
excluded_dirs: [Behat, Tests]
output_format: "xlf"

gregwar_captcha: ~
gregwar_captcha:
as_url: true
3 changes: 3 additions & 0 deletions app/config/routing.yml
Expand Up @@ -54,6 +54,9 @@ ezplatform.ee.flex_workflow:
fos.js_routing:
resource: '@FOSJsRoutingBundle/Resources/config/routing/routing.xml'

gregwar_captcha_routing:
resource: "@GregwarCaptchaBundle/Resources/config/routing/routing.yml"

# Custom redirection from /ez to /admin, feel free to adjust to your needs or remove if you don't need it
platform1_admin_route:
path: /ez
Expand Down

0 comments on commit c1347cf

Please sign in to comment.