revert fix "Added workaround for Firefox not sending LINK in uppercase what then"

This commit is contained in:
Toni Van de Voorde 2015-08-11 11:32:48 +02:00
parent 4351ca66d3
commit f57a8bf7ae

View File

@ -520,12 +520,6 @@
}
{% endif %}
// Workaround for Firefox bug and a thereby resulting nginx incompatibility
if (method == "LINK") {
method = "POST";
params._method = "LINK";
}
// prepare final parameters
var body = {};
if(bodyFormat == 'json' && method != 'GET') {