We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6d078 commit d3ffda0Copy full SHA for d3ffda0
public/index.html
@@ -62,12 +62,12 @@
62
63
// ************ FOR TESTING ONLY ************************
64
// Uncomment line below for testing, comment out for deployment
65
- // if (!_dntEnabled()) {
+ if (!_dntEnabled()) {
66
// *******************************************************
67
68
// *********** FOR DEPLOYMENT *****************************
69
// Comment out line below for testing, uncomment for deployment
70
- if (!_dntEnabled() && location.hostname === 'proto.school') {
+ // if (!_dntEnabled() && location.hostname === 'proto.school') {
71
72
73
//provide countly initialization parameters
0 commit comments