Skip to content

Commit 820c7a3

Browse files
blakehooksroshangautam
authored andcommitted
[refactor] task update form
- removes action endpoint on form tag to avoid SSL/TLS termination issue when used with proxies
1 parent 930305a commit 820c7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tasks/form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- {{ $task->exists ? 'Update' : 'Create'}} Task
55
@stop
66
@section('main-panel-before')
7-
<form action="{{ request()->fullUrl() }}" method="POST">
7+
<form method="POST">
88
{{csrf_field()}}
99
@stop
1010
@section('title')

0 commit comments

Comments
 (0)