Open djay opened 8 years ago
You should get this crsf thing only once, the first time the soup storage is initialized.
But once the storage is created, any other call (even anonymous or whatever) will be successful and without csrf dialog.
An alternative would be to return an error on get_record
if the storage is not initialized, and provide a specific URL to initialize it (like /create_storage
) but I think it is easier that way.
if I have the following element
where votes is a BASIC element. When included in plone this will result in a confirm dialog due to the CSRF protection