Closed (fixed)
Project:
CDN
Version:
7.x-2.x-dev
Component:
Module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2014 at 23:08 UTC
Updated:
24 Feb 2016 at 18:24 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
joelpittetComment #2
wim leersSorry for the late reply. Been too busy with D8 :)
This is kind of a duplicate of #1793652: hook_requirements() should check if the private file system being used… but since that went in the wrong direction, let's do it here — I marked the other issue as a duplicate of this one with this comment:
Comment #3
wim leersComment #4
wim leersComment #5
wim leersI think explicitly disallowing
private://is fine in the Drupal 7 version of the CDN module. In the Drupal 8 port I will probably just whitelist the stream wrappers that the CDN module should alter the file URLs for — that'll be more elegant, but isn't worth the configuration upgrade pain in Drupal 7.Comment #6
wim leersRe-enabled automated testing for D7 CDN. Re-uploading patches in #5.
Comment #9
wim leersTest prove this is working, yay :)
Comment #10
joelpittetAt first glance this looked better, I'll see in staging:) Thanks @Wim Leers