We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fa23f commit f4b8dc9Copy full SHA for f4b8dc9
playground/1.0/playground.js
@@ -1467,7 +1467,7 @@
1467
}
1468
1469
// rewrite URLs that we know have secure JSON-LD Contexts
1470
- if(url === 'http://schema.org/') {
+ if(url === 'http://schema.org/' || url === 'http://schema.org') {
1471
url = 'https://schema.org/';
1472
1473
playground/playground.js
@@ -1597,7 +1597,7 @@
1597
1598
1599
1600
1601
1602
1603
0 commit comments