diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig
index dd95d95..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;
@@ -520,12 +519,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') {