Howdy @manarivo !
This setting was changed to a Multi Value
setting in the 1.8.0 release (long ago
), as discussed here:
https://docs.posit.co/connect/news/#rstudio-connect-180
You should be able to resolve by changing to:
[Applications]
DisabledProtocol = websocket
DisabledProtocol = xhr-streaming
DisabledProtocol = iframe-eventsource
DisabledProtocol = iframe-htmlfile
DisabledProtocol = xhr-polling
DisabledProtocol = iframe-xhr-polling
DisabledProtocol = jsonp-polling
Do you have a link to the documentation that you're using for this setting? We may have missed updating something!
I'm also curious why you're disabling all of these protocols? Do you mind explaining a bit more about why you are disabling all of these?