Erroraccess Denied: Possible Csrf Attack While Working With Filters

Ok, this is something that is breaking my BRAIN right now.

I am adding to the features a cities list for to be used with a filter. Once I added 60 the tool only allow me to add 1 by 1. All the values were modified to a high risk limit and still giving me problems. Also other values were increased too. How in the hell can I fix this. I have at least 250 cities and still on the 61. I can't do that 1 by 1, it's crazy

upload_max_filesize = 1024 gb

post_max_size = 1024 gb

max_input_vars = 20000

Hello

Please try increase max_input_vars=100000

Best regards

Robert

Hello

Please try increase max_input_vars=100000

Best regards

Robert

That's crazy, but I will do it.