Skip to content

Instantly share code, notes, and snippets.

View ewnavilae's full-sized avatar

Miguel Brandão ewnavilae

  • Portugal
View GitHub Profile
diff --git a/node_modules/@microsoft/applicationinsights-dependencies-js/dist-esm/ajax.js b/node_modules/@microsoft/applicationinsights-dependencies-js/dist-esm/ajax.js
index 6d17418..a6e00ae 100644
--- a/node_modules/@microsoft/applicationinsights-dependencies-js/dist-esm/ajax.js
+++ b/node_modules/@microsoft/applicationinsights-dependencies-js/dist-esm/ajax.js
@@ -189,7 +189,11 @@ var AjaxMonitor = /** @class */ (function () {
}
var originalFetch = window.fetch;
var fetchMonitorInstance = this;
+ const blockedUrls = ["BLOCKED_KEYWORD_1", "BLOCKED_KEYWORD_2"];
window.fetch = function fetch(input, init) {
diff --git a/node_modules/@fortawesome/fontawesome-svg-core/index.es.js b/node_modules/@fortawesome/fontawesome-svg-core/index.es.js
index a8b4653..a0aa9a6 100644
--- a/node_modules/@fortawesome/fontawesome-svg-core/index.es.js
+++ b/node_modules/@fortawesome/fontawesome-svg-core/index.es.js
@@ -1589,7 +1589,7 @@ function attributesParser (node) {
extraAttributes['aria-labelledby'] = "".concat(config.replacementClass, "-title-").concat(nextUniqueId());
} else {
extraAttributes['aria-hidden'] = 'true';
- extraAttributes['focusable'] = 'false';
+ extraAttributes['focusable'] = false;