I would like to run Easy!Appointments through an iframe. But I run into issues with that specific endpoint: "/index.php/appointments/ajax_get_available_hours"
There exists a solution for this which requires changing $config['csrf_exclude_uris'] in the config.php in the application/config folder:
[https://github.com/alextselegidis/easyappointments/issues/732](link url)
Since that folder is read-only I am unable to do that myself. Is there a way to expose this config or alter the docker container to make that possible?
Thank you.