targets
/
braintreegateway.com
/
apply.sand.braintreegateway.com
/
https://apply.sand.braintreegateway.com#inline
https://apply.sand.braintreegateway.com#inline
active
INLINE
checked 3 hours, 23 minutes ago
analysis:
not run (content not fetched)
change history (1)
2026-03-31 23:17
3 hours, 23 minutes ago
prev: 653e89bc1b4…
curr: 6d54ae9b0f2…
{
"policies": ["CookieBanner"],
"tenant": "braintree",
"policyData": { "country":"US", "language":"en" }, "tenantData" : {"cookieDomain":".braintreegateway.com"}
}
$(document).on(".unified-panel [data-js=closable-alert-button]", function(el){
var $alert = $(el).closest(".alert");
$(el).click(function() {
$alert.remove();
});
setTimeout(function() {
$alert.remove();
}, 10000);
});
var alertsContainer = $("#flash-banner");
var showAlert = function(alertHtml){
var $alert = $(alertHtml);
alertsContainer.prepend($alert);
return $alert;
};
window.AlertNotification = {
removeAll: function(){
return alertsContainer.find(".alert").remove();
},
showSuccess: function(message){
var alertHtml = "\n\n \n Success<\/h6>\n
TEMPORARY-MESSAGE<\/p>\n Close<\/span>\n