Currently we're supporting Superset / Flask's proxy fix setting:
However we're not exposing the fine grained config for it:
The need for the proxy fix has come up a few times, so it's just a matter of time before we need the other controls, we should get ahead of that as time permits. Should just be a matter of either adding the dict or the 5 settings in it to tutor-contrib-aspects and passing in to the Superset config.
Currently we're supporting Superset / Flask's proxy fix setting:
tutor-contrib-aspects/tutoraspects/plugin.py
Line 368 in 40bbb1a
However we're not exposing the fine grained config for it:
The need for the proxy fix has come up a few times, so it's just a matter of time before we need the other controls, we should get ahead of that as time permits. Should just be a matter of either adding the dict or the 5 settings in it to tutor-contrib-aspects and passing in to the Superset config.