Skip to content

Commit 7f5f8bd

Browse files
committed
Merge pull request #694 from tonivdv/revert_fix_link
revert fix "LINK workaround for firefox"
2 parents 57b9aa6 + d60da7a commit 7f5f8bd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Resources/views/layout.html.twig

-7
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@
471471
472472
473473
474-
475474
// retrieve the additional headers to send
476475
$('.headers .tuple', $(this)).each(function() {
477476
var key, value;
@@ -520,12 +519,6 @@
520519
}
521520
{% endif %}
522521
523-
// Workaround for Firefox bug and a thereby resulting nginx incompatibility
524-
if (method == "LINK") {
525-
method = "POST";
526-
params._method = "LINK";
527-
}
528-
529522
// prepare final parameters
530523
var body = {};
531524
if(bodyFormat == 'json' && method != 'GET') {

0 commit comments

Comments
 (0)