File tree
Expand file treeCollapse file tree
7 files changed
+58
-12
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Resources/config
- Component/Form
- Extension
- Csrf
- EventListener
- Type
- HttpFoundation
- Tests/Extension/Csrf/EventListener
- Util
Expand file treeCollapse file tree
7 files changed
+58
-12
lines changedsrc/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.xml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
71 | 77 |
|
72 | 78 |
|
73 | 79 |
|
74 | 80 |
|
75 | 81 |
|
76 | 82 |
|
77 | 83 |
|
78 |
| - |
| 84 | + |
79 | 85 |
|
80 | 86 |
|
81 | 87 |
|
| ||
89 | 95 |
|
90 | 96 |
|
91 | 97 |
|
| 98 | + |
92 | 99 |
|
93 | 100 |
|
94 | 101 |
|
95 | 102 |
|
96 | 103 |
|
| 104 | + |
97 | 105 |
|
98 |
| - |
| 106 | + |
99 | 107 |
|
100 | 108 |
|
101 | 109 |
|
|
src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
58 |
| - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
59 | 65 |
|
60 | 66 |
|
61 | 67 |
|
| ||
68 | 74 |
|
69 | 75 |
|
70 | 76 |
|
| 77 | + |
71 | 78 |
|
72 | 79 |
|
73 | 80 |
|
| ||
89 | 96 |
|
90 | 97 |
|
91 | 98 |
|
92 |
| - |
| 99 | + |
| 100 | + |
93 | 101 |
|
94 | 102 |
|
95 | 103 |
|
|
src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
| 76 | + |
80 | 77 |
|
81 | 78 |
|
82 | 79 |
|
|
src/Symfony/Component/Form/NativeRequestHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/NativeRequestHandler.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
| 84 | + |
88 | 85 |
|
89 | 86 |
|
90 | 87 |
|
|
src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
75 | 97 |
|
src/Symfony/Component/Form/Util/ServerParams.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Util/ServerParams.php+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
28 | 41 |
|
29 | 42 |
|
30 | 43 |
|
|
0 commit comments