Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions whatweb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ else
end

# Load message handling functions
require_relative 'lib/messages'
require 'lib/messages'

#
# Check for cookie performance warnings based on thread count
Expand Down Expand Up @@ -672,7 +672,7 @@ $CUSTOM_HEADERS.delete_if { |_k, v| v == '' }

## Cookie Jar Initialization
unless $NO_COOKIES
require_relative 'lib/simple_cookie_jar'
require 'lib/simple_cookie_jar'
$COOKIE_JAR = SimpleCookieJar.new(max_domains: 10_000, cookie_jar_file: cookie_jar_file)

# Warn about performance implications
Expand Down