Closed (duplicate)
Project:
Local image input filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2014 at 07:32 UTC
Updated:
10 Apr 2014 at 20:37 UTC
Jump to comment: Most recent
Comments
Comment #1
alexpottThis appears to happen for absolute URLs only - I fixed https://drupal.org/node/1490402 by removing "https://drupal.org" from the image URLs
Comment #2
klonosThanx for narrowing this down Alex. Still, it was working fine a couple of days ago. Besides, I believe we should support both ways.
Comment #3
drummText processing is sometimes done via Drush, where
$_SERVER['HTTP_HOST']is not set. This fails to match the domain used for web serving, and the error gets cached.global $base_urlwould work for Drupal.org, we always set it. Even better would be allowing an additional list set via variable_set() so that we could allow the same domains on staging/dev that we do in production.Comment #4
klonosYeah that sound like a more generic way to go. Thanx.
Comment #5
drummA whole list is what we need. Drupal.org looks like it will need to move to www.drupal.org for CDN deployment. We always need to allow both domain names.
Comment #6
drumm... which makes this a duplicate of #1737022: Host Whitelist