Commit b3d9150
authored
fix(crons) Add missing CSRF exemption for checkin endpoint (#45694)
The method delegator also needs to be able to apply CSRF exemption so
that monitors can accept a DSN auth. There is an existing test for this
authentication mode but it doesn't have issues with CSRF and I don't yet
know why.
Refs #456901 parent 20f4c1b commit b3d9150
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1334 | 1334 | | |
1335 | 1335 | | |
1336 | 1336 | | |
| 1337 | + | |
1337 | 1338 | | |
1338 | 1339 | | |
1339 | 1340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
283 | 284 | | |
284 | 285 | | |
285 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
286 | 290 | | |
0 commit comments