Added missing relative URL for HTML page stream output

This commit is contained in:
Thulinma 2017-10-24 14:43:32 +02:00
parent cba0c0b38b
commit 7550ce52e4

View file

@ -61,6 +61,7 @@ namespace Mist {
capa["provides"] = "HTTP"; capa["provides"] = "HTTP";
capa["protocol"] = "http://"; capa["protocol"] = "http://";
capa["codecs"][0u][0u].append("*"); capa["codecs"][0u][0u].append("*");
capa["url_rel"] = "/$.html";
capa["url_match"].append("/crossdomain.xml"); capa["url_match"].append("/crossdomain.xml");
capa["url_match"].append("/clientaccesspolicy.xml"); capa["url_match"].append("/clientaccesspolicy.xml");
capa["url_match"].append("/$.html"); capa["url_match"].append("/$.html");