method

policy_present?

policy_present?(headers)
private

No documentation available.

# File actionpack/lib/action_dispatch/http/permissions_policy.rb, line 56
        def policy_present?(headers)
          headers[ActionDispatch::Constants::FEATURE_POLICY]
        end