File URLs broken after upgrade to version 2.3 (cache clearing was not documented)
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #1441988. -->
Reported by: [jaime@gingerrobot.com](https://www.drupal.org/user/394155)
>>>
<p>Hi!</p>
<p> * I upgraded to CDN 7.x.-2.3<br>
* I went to the website and all images being displayed via the CSS files were missing.<br>
* I checked out the 7.x-2.x branch from git and my images came back after I went back to the commit:<br>
143e46e196d323dd986d8cee7058905a4d9aa771 So I determined that the problem was in the next commit. </p>
<p>It comes down to the new security tokens added to the URL. The changes made were:</p>
<p>File: cdn.module<br>
Function: cdn_file_url_alter</p>
<p>AND</p>
<p>File:cdn.basic.farfuture.inc<br>
cdn_basic_farfuture_download($token, $ufi, $path)</p>
<p>* The images come back when I comment out the check for security token.</p>
<p>* I also noticed that the images I'm getting once they show up agian have the exact same token as the css file that is calling them</p>
<p> * We do not have css aggregation turned on.</p>
<p>I'm happy for any suggestions! :)</p>
<p>Jaime.</p>
issue