rootstrap / i18n_linter

Rails i18n Linter Gem
https://rootstrap.com
MIT License
44 stars 2 forks source link

HTTP header detected #29

Open f19ps opened 4 years ago

f19ps commented 4 years ago

The header Set-Cookie was thrown as an error.

app/services/salesforce/login_service.rb:27:32
26:      def apex_lead_id_cookie
27:        post_response.get_fields('Set-Cookie').detect do |c|
28:          c.include?('apex__LeadId') || c.include?('apex__AccountId')