Skip to content

Commit

Permalink
remove https
Browse files Browse the repository at this point in the history
  • Loading branch information
naolmelesse committed Jul 10, 2024
1 parent 4b0dc72 commit a2cfa0f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9204,13 +9204,6 @@
? "font"
: "fetch";
}
function k(a, c) {
var g = /^(https?:|[/][/])/;
return (
!new RegExp("^(" + c.protocol + ")?//" + c.hostname + "/").test(a) &&
g.test(a)
);
}
function q(g) {
return function (c) {
var b = document.createElement("link");
Expand Down Expand Up @@ -17063,11 +17056,6 @@
a.$trigger &&
a.$trigger.get(0) &&
(d = e.attributionChain(a.$trigger.get(0)));
f.logError(
"https://tiny.amazon.com/aok2pdnt/auiamazdevepopopopo - Popover failed to be created, no data strategy provided. Please provide a valid dataStrategy param for popover.",
"FATAL",
d
);
},
getStrategyByName: function (a) {
for (var d = 0, b = k.length; d < b; d++) {
Expand Down

0 comments on commit a2cfa0f

Please sign in to comment.