Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/XDM/XDM.Core/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private set

public static string[] DefaultBlockedHosts => new string[]
{
"update.microsoft.com","windowsupdate.com","thwawte.com"
"update.microsoft.com","windowsupdate.com","thawte.com"
};

public string[] BlockedHosts { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion app/xdm-browser-monitor--depricated/chrome/bg2.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ xdm.monitoring = {

//configurations for network request inspection
config: {
blockedHosts: ["update.microsoft.com", "windowsupdate.com", "thwawte.com"],
blockedHosts: ["update.microsoft.com", "windowsupdate.com", "thawte.com"],
videoUrls: [".facebook.com|pagelet", "player.vimeo.com/", "instagram.com/p/"],
fileExts: ["3GP", "7Z", "AVI", "BZ2", "DEB", "DOC", "DOCX", "EXE", "GZ", "ISO",
"MSI", "PDF", "PPT", "PPTX", "RAR", "RPM", "XLS", "XLSX", "SIT", "SITX", "TAR", "JAR", "ZIP", "XZ"],
Expand Down
2 changes: 1 addition & 1 deletion app/xdm-browser-monitor--depricated/chrome/bg3.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(function () {
var requests = {};
var preRequests = {};
var blockedHosts = ["update.microsoft.com", "windowsupdate.com", "thwawte.com"];
var blockedHosts = ["update.microsoft.com", "windowsupdate.com", "thawte.com"];
var videoUrls = [".facebook.com|pagelet", "player.vimeo.com/", "instagram.com/p/"];
var fileExts = ["3GP", "7Z", "AVI", "BZ2", "DEB", "DOC", "DOCX", "EXE", "GZ", "ISO",
"MSI", "PDF", "PPT", "PPTX", "RAR", "RPM", "XLS", "XLSX", "SIT", "SITX", "TAR", "JAR", "ZIP", "XZ"];
Expand Down
2 changes: 1 addition & 1 deletion app/xdm-browser-monitor--depricated/firefox-old/bg.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function () {
var requests = [];
var blockedHosts = ["update.microsoft.com", "windowsupdate.com", "thwawte.com" ];
var blockedHosts = ["update.microsoft.com", "windowsupdate.com", "thawte.com" ];
var videoUrls = [ ".facebook.com|pagelet", "player.vimeo.com/", "instagram.com/p/"];
var fileExts = ["3GP", "7Z", "AVI", "BZ2", "DEB", "DOC", "DOCX", "EXE", "GZ", "ISO",
"MSI", "PDF", "PPT", "PPTX", "RAR", "RPM", "XLS", "XLSX", "SIT", "SITX", "TAR", "JAR", "ZIP", "XZ"];
Expand Down
2 changes: 1 addition & 1 deletion app/xdm-browser-monitor--depricated/firefox/bg2.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ xdm.monitoring = {

//configurations for network request inspection
config: {
blockedHosts: ["update.microsoft.com", "windowsupdate.com", "thwawte.com"],
blockedHosts: ["update.microsoft.com", "windowsupdate.com", "thawte.com"],
videoUrls: [".facebook.com|pagelet", "player.vimeo.com/", "instagram.com/p/"],
fileExts: ["3GP", "7Z", "AVI", "BZ2", "DEB", "DOC", "DOCX", "EXE", "GZ", "ISO",
"MSI", "PDF", "PPT", "PPTX", "RAR", "RPM", "XLS", "XLSX", "SIT", "SITX", "TAR", "JAR", "ZIP", "XZ"],
Expand Down
2 changes: 1 addition & 1 deletion app/xdm-browser-monitor--depricated/firefox/bg3.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(function () {
var requests = {};
var preRequests = {};
var blockedHosts = ["update.microsoft.com", "windowsupdate.com", "thwawte.com"];
var blockedHosts = ["update.microsoft.com", "windowsupdate.com", "thawte.com"];
var videoUrls = [".facebook.com|pagelet", "player.vimeo.com/", "instagram.com/p/"];
var fileExts = ["3GP", "7Z", "AVI", "BZ2", "DEB", "DOC", "DOCX", "EXE", "GZ", "ISO",
"MSI", "PDF", "PPT", "PPTX", "RAR", "RPM", "XLS", "XLSX", "SIT", "SITX", "TAR", "JAR", "ZIP", "XZ"];
Expand Down