From eef3a6fefcc6b9790b2a6bda40535ac36dc19710 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 1 Jun 2026 13:35:51 +0530 Subject: [PATCH] feat: block voice conference token from read only token --- app/controllers/api/base_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/api/base_controller.rb b/app/controllers/api/base_controller.rb index 30181ecc6..4f0395091 100644 --- a/app/controllers/api/base_controller.rb +++ b/app/controllers/api/base_controller.rb @@ -15,6 +15,7 @@ class Api::BaseController < ApplicationController READ_ONLY_BLOCKED_GET_ACTIONS = %w[ api/v1/accounts/callbacks#register_facebook_page api/v1/accounts/portals#ssl_status + api/v1/accounts/conference#token ].freeze respond_to :json