Created
October 19, 2018 15:07
-
-
Save DanLaufer/2d835722c313e5b9d26f42ff53567718 to your computer and use it in GitHub Desktop.
Drupal 8 - Disable itok image settings in settings.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$config[‘image.settings’][‘suppress_itok_output’] = TRUE; | |
$config[‘image.settings’][‘allow_insecure_derivatives’] = TRUE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code is good, but quotes is bad! Please change
’
to'