mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
revert fix "Added workaround for Firefox not sending LINK in uppercase what then"
This commit is contained in:
parent
4351ca66d3
commit
f57a8bf7ae
1 changed files with 0 additions and 6 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Reference in a new issue