Closed Rendez closed 9 years ago
Fixes #181 .
I think it should check that file_path.starts_with?('http') or something like that than current request as the current request is unrelated to the specific file?
file_path.starts_with?('http')
@j15e good point. done.
Thanks
Fixes #181 .