in config “editorConfig.customization.autosave” is false
And I know , as mentioned here: [ONLYOFFICE Api Documentation - Config](https://co-editing note)
Please note that in case mode setting is changed in the editor interface, it will be stored in the browser local storage and will overwrite any values sent as the editorConfig.coEditing.mode parameter.
But my co-editing config is this:
coEditing: {
mode: ‘strict’,
change: false
}
which means co-editing is always strict and can’t be changed, but unfortunately auto-save is still on. Maybe its still being stored in the browser’s local storage but is there anyway i can remove it for all users who are using the editor via our platform?