class Quilt::HeaderCsrfStrategy::NoSameSiteHeaderError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/quilt_rails/header_csrf_strategy.rb, line 27
      def initialize
        super(<<~MSG.squish)
          CSRF verification failed. This request is missing the
          `x-shopify-react-xhr` header, or it does not have the expected value.
        MSG
      end