turbolinks / turbolinks-classic

Classic version of Turbolinks. Now deprecated in favor of Turbolinks 5.
MIT License
3.54k stars 428 forks source link

File type blacklist instead of whitelist #660

Open ngordon17 opened 8 years ago

ngordon17 commented 8 years ago

Is there a way to black list file types instead of white listing them? I have a use case where our urls reference static files that are being displayed in a preview page. Unfortunately, for many of the files Turbolinks doesn't kick in due to the file extension and there are too many extension types for me to white list all of them.