jce
jce copied to clipboard
Can't set cleanup_pluginmode in settings
As described in the documentation, there should be a setting for cleanup_pluginmode
.
As of 2.7.17
, it's not there anymore (might have disappeared earlier). For some reason, ampersands in URLs are "cleaned up" to &
, which is not desired in my case (not sure if that is intended or a bug as well).
Manually overwriting cleanup_pluginmode
in the browser fixes my issue, so I'd love to have this setting available. I think I could make a PR - if you want.