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 1/2] 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') { From d60da7a734f5ebd6dfb4071ee473665ab4221e80 Mon Sep 17 00:00:00 2001 From: Toni Van de Voorde Date: Thu, 22 Oct 2015 12:10:09 +0200 Subject: [PATCH 2/2] remove 1 empty line to force new tests on travis --- Resources/views/layout.html.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 4a6b9ce..e8218d4 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -471,7 +471,6 @@ - // retrieve the additional headers to send $('.headers .tuple', $(this)).each(function() { var key, value;