Skip to content

Commit

Permalink
Updated blacklisted domains
Browse files Browse the repository at this point in the history
  • Loading branch information
aopell committed Mar 10, 2020
1 parent fd275ca commit 36c4098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// Check Schoology domain
{
const BLACKLISTED_DOMAINS = ["asset-cdn.schoology.com"];
const BLACKLISTED_DOMAINS = ["asset-cdn.schoology.com", "www.schoology.com", "schoology.com"];
let dd = Setting.getValue("defaultDomain");

if (dd !== window.location.host && !BLACKLISTED_DOMAINS.includes(window.location.host)) {
Expand Down

0 comments on commit 36c4098

Please sign in to comment.