I just went to administrator, and component Vik Appointments. I was going to check the appointments booked there. This all went fine, but when I pushed the column "Begin" to sort the appointments after when they start, I got this message:
"403 This request is blocked by Admin Tools. Please change this message in the component's options."
The url I see after clicking is this:
https://drammenhundepark.no/administrator/index.php?option=com_vikappointments&task=reservations&vapordcolumn=checkin&vapordtype=1&datefilter=&0=res_id&1=&ordnum=&keysearch=
The WAF blacklist rule that blocks this is:
Verb: all, Component: all, view: all, task: all, query paramter=list[select], regex=!#^[\p{L}\d,\s]+$#iu
Whenever I unpublish this rule I have no issues. Since I didn't add this rule, I figure it came with a new update of Admin Tools. So...
I also tried adding com_vikappointments as component, as I understod that should exclude it? Didn't work. Also created a com_vikappointments in WAF exeptions without it helping.
Ideas?