░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/axe-core-api-4.1.0/lib
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: loader.rb
require_relative "./axe/configuration" require_relative "./hooks" module Common class Loader def initialize(page, lib) @page = page @lib = lib end def call(source) @page.execute_script source Common::Hooks.run_after_load @lib load_into_iframes(source) unless Axe::Configuration.instance.skip_iframes end private def load_into_iframes(source) @page.find_frames.each do |iframe| @page.within_frame(iframe) { call source } end end end end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 axe/
DIR
—
2023-09-24 03:48
📁 chain_mail/
DIR
—
2023-09-24 03:48
📁 webdriver_script_adapter/
DIR
—
2023-09-24 03:48
📄 hooks.rb
RB
829 B
2023-09-24 03:48
EDIT
📄 loader.rb
RB
522 B
2023-09-24 03:48
EDIT