diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6180803b84..32b75c333f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -238,6 +238,7 @@ workflows:
filters:
branches:
only:
+ - hot-fix-ad-code
- feature-contentful
# This is alternate dev env for parallel testing
- "build-qa":
diff --git a/__tests__/shared/__snapshots__/index.jsx.snap b/__tests__/shared/__snapshots__/index.jsx.snap
index 2f1255577e..be74448c8d 100644
--- a/__tests__/shared/__snapshots__/index.jsx.snap
+++ b/__tests__/shared/__snapshots__/index.jsx.snap
@@ -19,6 +19,10 @@ exports[`Snapshot match 1`] = `
href="/challenges/manifest.json"
rel="manifest"
/>
+
@@ -53,6 +57,10 @@ exports[`Snapshot match 2`] = `
href="/challenges/manifest.json"
rel="manifest"
/>
+
diff --git a/config/default.js b/config/default.js
index 7b9001cd62..53c0c52ba1 100644
--- a/config/default.js
+++ b/config/default.js
@@ -160,6 +160,7 @@ module.exports = {
COMMUNITY_API: 'http://localhost:8000',
COMMUNITY_APP_GITHUB_ISSUES: 'https://github.com/topcoder-platform/community-app/issues',
EMAIL_VERIFY_URL: 'http://www.topcoder-dev.com/settings/account/changeEmail',
+ ABANDONMENT_EMBED: 'https://43d132d5dbff47c59d9d53ad448f93c2.js.ubembed.com',
},
/* Information about Topcoder user groups can be cached in various places.
diff --git a/src/shared/app.jsx b/src/shared/app.jsx
index 0eb5fd9b7b..fa3d6bd2b6 100644
--- a/src/shared/app.jsx
+++ b/src/shared/app.jsx
@@ -11,7 +11,7 @@ import Routes from 'routes';
import ErrorMessage from 'containers/ErrorMessage';
import ErrorIcons from 'containers/ErrorIcons';
-import { DevTools, isomorphy } from 'topcoder-react-utils';
+import { DevTools, isomorphy, config } from 'topcoder-react-utils';
import ExtendedReduxToastr from 'containers/toastr';
@@ -37,6 +37,7 @@ export default function App() {
+