Skip to content

Commit ea02d42

Browse files
committed
Pass extractAllScripts to documentLoader
1 parent 3e95e23 commit ea02d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json/ld/api.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def self.loadRemoteDocument(url,
638638
options[:headers]['Accept'].sub('application/ld+json,',
639639
"application/ld+json;profile=#{requestProfile}, application/ld+json;q=0.9,")
640640
end
641-
documentLoader.call(url, **options) do |remote_doc|
641+
documentLoader.call(url, extractAllScripts: extractAllScripts, **options) do |remote_doc|
642642
case remote_doc
643643
when RDF::Util::File::RemoteDocument
644644
# Convert to RemoteDocument

0 commit comments

Comments
 (0)