Skip to content

Commit f4b8dc9

Browse files
committed
1 parent f8fa23f commit f4b8dc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/1.0/playground.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@
14671467
}
14681468
}
14691469
// rewrite URLs that we know have secure JSON-LD Contexts
1470-
if(url === 'http://schema.org/') {
1470+
if(url === 'http://schema.org/' || url === 'http://schema.org') {
14711471
url = 'https://schema.org/';
14721472
}
14731473

playground/playground.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@
15971597
}
15981598
}
15991599
// rewrite URLs that we know have secure JSON-LD Contexts
1600-
if(url === 'http://schema.org/') {
1600+
if(url === 'http://schema.org/' || url === 'http://schema.org') {
16011601
url = 'https://schema.org/';
16021602
}
16031603

0 commit comments

Comments
 (0)