diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index dd95d95..4a6b9ce 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -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') {