Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit b62c135

Browse files
committed
Disable placeholders by default
Adutiors: @bsclifton Fix #3506
1 parent 76c16c7 commit b62c135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/constants/appConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = {
6161
enabled: true
6262
},
6363
adInsertion: {
64-
enabled: true,
64+
enabled: false,
6565
url: adHost
6666
},
6767
crashes: {

0 commit comments

Comments
 (0)