Skip to content

Commit ef9de63

Browse files
authored
Update BingVideoSearchApp.html
1 parent 378909e commit ef9de63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tutorials/BingVideoSearchApp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383

384384
var options = [];
385385
options.push("mkt=" + form.where.value);
386-
options.push("SafeSearch=" + (form.safe.checked ? "strict" : "off"));
386+
options.push("SafeSearch=" + (form.safe.checked ? "strict" : "moderate"));
387387

388388
if (form.when.value.length) options.push("freshness=" + form.when.value);
389389
var what = [];

0 commit comments

Comments
 (0)