Skip to content

Commit

Permalink
conf in settings to override tokenized image security breaking embed …
Browse files Browse the repository at this point in the history
…thumbs
  • Loading branch information
Andrew_Mallis committed Mar 7, 2013
1 parent cabe9ca commit 8ce9793
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sites/default/settings.php
Expand Up @@ -512,6 +512,11 @@

if (isset($_SERVER['PANTHEON_ENVIRONMENT'])) {

// temporary hack via http://drupal.stackexchange.com/questions/63226/drupal-7-20-image-styles-return-a-url-with-access-denied
// // until we figure out image tokens
$conf['image_allow_insecure_derivatives'] = TRUE;


$conf['googleanalytics_account'] = 'UA-29075652-1';

if($_SERVER['PANTHEON_ENVIRONMENT'] === 'live') {
Expand Down

0 comments on commit 8ce9793

Please sign in to comment.