Sha256: 9798070bdb1fdc1898cd45e274c8e55f4b811da7c6542234024cce2c3461bcad
Contents?: true
Size: 941 Bytes
Versions: 5
Compression:
Stored size: 941 Bytes
Contents
=begin Copyright 2010-2022 Ecsypno <http://www.ecsypno.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end module Arachni::Element class DOM module Capabilities # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> module Mutable include Arachni::Element::Capabilities::Mutable private def prepare_mutation_options( options ) options = super( options ) # No sense in doing these for the DOM: # # Either payload will be raw in the first place or the browser will # override us. options.delete :with_raw_payloads # Browser handles the submission, there may not even be an HTTP request. options.delete :with_both_http_methods options end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems