281 unfurl show links #303

Merged
bones7242 merged 12 commits from 281-unfurl-show-links into master 2017-12-15 17:01:23 +01:00
Showing only changes of commit 6056289864 - Show all commits

View file

@ -68,7 +68,7 @@ function determineResponseType (isServeRequest, headers) {
} else {
responseType = SHOW;
if (clientWantsAsset(headers) && requestIsFromBrowser(headers)) { // this is in case someone embeds a show url
logger.debug('Show request actually wants an asset!');
logger.debug('Show request came from browser and wants an image/video; changing response to serve.');
responseType = SERVE;
}
}