Docs for cflocation say this: ```ColdFusion 11: Th...
# cfml-general
d
Docs for cflocation say this:
Copy code
ColdFusion 11: The addToken attribute is modified. If Secure Profile is enabled, addToken's default value will be "false".
Is there some other way to set that default to false, without using the whole Secure Profile?
f
would make a fine Application.cfc setting, you can do it on lucee in Application.cfc but not in ACF
I don’t know of a way to do it other than secure profile on ACF, but you can also just make sure your code uses addtoken=“false” - fixinator can look for this and autofix btw
d
Thanks Pete, that's all I could figure out too. And yes I'll fix the code, mostly it already passes adtoken="false", but I ran into a case that doesn't. Ah, old code...