etc/websocket_policy.rb in oversip-1.0.4 vs etc/websocket_policy.rb in oversip-1.0.5

- old
+ new

@@ -1,7 +1,7 @@ # -# OverSIP - WebSocket Access Policy +# OverSIP - WebSocket Access Policy. # # # Fill these functions with your own access policy for allowing or # disallowing WebSocket connections from clients. # @@ -26,6 +26,5 @@ def check_request_uri path=nil, query=nil return true end end -