Filter Issue w/ FormMaker
-
I found a conflict with the popular plugin FormMaker. The advanced char string filter section contains this line:
RedirectMatch 403 function\.
This will return a 403 when attempting to access any file containing the string ‘function’ in its name. The FormMaker plugin includes the file ‘calendar_function.js’. I temporarily resolved the issue by altering as follows:
RedirectMatch 403 function(?<!calendar_function)\.
I suspect that this will get overwritten the next time I make any changes to AIOWPS. Just wanted to give you a heads-up. I have also suggested to Web Dorado that they consider changing the file name in a future version. Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Filter Issue w/ FormMaker’ is closed to new replies.