Skip to content

Commit cc4ed13

Browse files
author
Mykolas Mankevicius
committed
cleanup docs
1 parent 4091eac commit cc4ed13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Want static full/half measure caching in statamic?
44
But also still want to have forms in those static pages?
55
DynamoInStatamo is here to help.
66

7+
### Installing
8+
9+
Copy the `DynamicToken` into your `site/addons` folder.
10+
711
### Configuration
812

913
- disable CSRF verification by adding `/!/DynamicToken` to the `csrf_exclude` array in `site/settings/system.yaml`. Don't worry we check that the referrer is comming from your `APP_URL`, but this still carries its own risks.
@@ -12,10 +16,6 @@ DynamoInStatamo is here to help.
1216
e.g.:`APP_URL=site.com`
1317
local development: `APP_URL=localhost`
1418

15-
### Installing
16-
17-
Copy the `DynamicToken` into your `site/addons` folder.
18-
1919
### How does this work?
2020

2121
First off, if `javascript` is disabled this won't work. We will add this functionality later. On page load it will get a fresh csrf token and update all your forms with it. It will automatically update the token every 15 minutes.

0 commit comments

Comments
 (0)