@bungeshea – Your post inspired me to do further testing and, at least in my case (error 403 while saving the snippet) I can see exactly what code is causing the issue. As to why, I’ll look to you for that answerd and whether it’s related to what you’re saying above.
If I create a completely empty snippet, it saves without error.
If I create a snippet with one simple line, e.g., “$x = 1;”, it saves w/o error.
If, however, I put “$_POST” anywhere in the snippet, such as a one-liner of “$_POST;”, I get the 403 error when saving. Same happens with $_GET and it happens even if I comment out the line, e.g., “//$_POST;”
@elenaocone @retunes @gevcen – I’m curious if you see the same behavior.