I'm using MistServer standalone without embedding into another website, and I'd like to force WebRTC for the built-in web viewer, since I need <1s latency. I'd also like to have dev mode always turned on. Is there a way to do this without having to specify ?forcetype=webrtc&dev=1 for every link? I suppose I could add the query parameters in the reverse proxy, but it seems hacky...