You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classic-ui/csrf.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,15 @@ This includes, but is not limited to the following:
39
39
## Manual protection
40
40
41
41
TODO
42
+
- protecting views
43
+
- POST Only
44
+
- adding a token to an URL for a link (in view code, in template code)
42
45
43
46
## Allowing writes in absence of a protecting token
44
47
45
48
TODO
49
+
- marking the request to allow all writes
50
+
- marking single modified objects explicit to allow them to persist
46
51
47
52
```{seealso}
48
53
The [README file of `plone.protect`](https://github.com/plone/plone.protect/blob/master/README.rst) explains the usage and also validation in detail.
0 commit comments