Model
QuoteDataConfigFilter
Magento\Captcha\Model\Filter\QuoteDataConfigFilter
What it does
This class filters sensitive or unnecessary data from the quote configuration array that gets exposed to the frontend, specifically within the Captcha module context.
Developers use this to prevent exposing internal quote data fields to the browser by specifying which keys should be removed from the quoteData section of the configuration array before it's sent to the client.
Public Methods
- process()