feat: block portal ssl status from read only token

This commit is contained in:
Shivam Mishra
2026-05-29 16:54:20 +05:30
parent 473d1a6c22
commit 2e30a69a18
+1
View File
@@ -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