From 2e30a69a18999460b2e4481cdc968a4306c117de Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 29 May 2026 16:54:20 +0530 Subject: [PATCH] feat: block portal ssl status 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 3a30c5d37..30181ecc6 100644 --- a/app/controllers/api/base_controller.rb +++ b/app/controllers/api/base_controller.rb @@ -14,6 +14,7 @@ class Api::BaseController < ApplicationController # here when it ships. READ_ONLY_BLOCKED_GET_ACTIONS = %w[ api/v1/accounts/callbacks#register_facebook_page + api/v1/accounts/portals#ssl_status ].freeze respond_to :json