From f57a8bf7aef2515e459025d68370b8dc44e9bb39 Mon Sep 17 00:00:00 2001 From: Toni Van de Voorde Date: Tue, 11 Aug 2015 11:32:48 +0200 Subject: [PATCH] revert fix "Added workaround for Firefox not sending LINK in uppercase what then" --- Resources/views/layout.html.twig | 6 ------ 1 file changed, 6 deletions(-) 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') {