Skip to content

Commit

Permalink
Merge pull request #433 from nypublicradio/mwalsh/WNYC-93
Browse files Browse the repository at this point in the history
WNYC-93
  • Loading branch information
walsh9 authored Oct 3, 2023
2 parents 7897c5a + e77041d commit 55bafc9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"baseUrl": "http://localhost:4200",
"blacklistHosts": [
"www.googletagmanager.com",
"www.googletagservices.com",
"securepubads.g.doubleclick.net",
"fonts.googleapis.com",
"google-analytics.com",
"maps.googleapis.com",
Expand Down
2 changes: 1 addition & 1 deletion cypress/fixtures/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@



<script async="async" type="text/javascript" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
<script async="async" type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script type="text/javascript">
window.googletag = window.googletag || {};
window.googletag.cmd = window.googletag.cmd || [];
Expand Down
2 changes: 1 addition & 1 deletion cypress/fixtures/playlist-daily.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@



<script async="async" type="text/javascript" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
<script async="async" type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script type="text/javascript">
window.googletag = window.googletag || {};
window.googletag.cmd = window.googletag.cmd || [];
Expand Down
2 changes: 1 addition & 1 deletion cypress/fixtures/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@



<script async="async" type="text/javascript" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
<script async="async" type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script type="text/javascript">
window.googletag = window.googletag || {};
window.googletag.cmd = window.googletag.cmd || [];
Expand Down
2 changes: 1 addition & 1 deletion mirage/helpers/django-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ var HTML = `<html>
var gads = document.createElement('script');
gads.async = true; gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
gads.src = (useSSL ? 'https:' : 'http:') + '//securepubads.g.doubleclick.net/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"morgan": "^1.6.1",
"normalize.css": "^8.0.0",
"nypr-account-settings": "0.2.11",
"nypr-ads": "^0.1.0",
"nypr-ads": "^0.1.1",
"nypr-audio-services": "^0.6.1",
"nypr-auth": "^0.2.5",
"nypr-django-for-ember": "^0.4.4",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9930,9 +9930,10 @@ [email protected]:
ember-modal-dialog "^3.0.0-beta.4"
nypr-auth ">=0.2.0"

nypr-ads@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/nypr-ads/-/nypr-ads-0.1.0.tgz#383e3f842597fb79b7c62f099998916a345be83c"
nypr-ads@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/nypr-ads/-/nypr-ads-0.1.1.tgz#5ede767688a8b5856607506b79f9d087efce1e3c"
integrity sha512-63UNk/Qg3zOwhQBB/a1Uk/+FtXHUkUgZb9Fcxb12pppN+aU3GJfRjBxqIMgO9gpZARyzLS75nWs9ov0Ktmz97Q==
dependencies:
ember-cli-babel "^6.6.0"
ember-cli-htmlbars "^2.0.1"
Expand Down

0 comments on commit 55bafc9

Please sign in to comment.