Skip to content

Commit b29645e

Browse files
AC-10685: [PCI] CSP enforced on payment pages
1 parent 25cf7f0 commit b29645e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/web/legacy-build.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/web/prototype/prototype.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2813,7 +2813,7 @@ Ajax.PeriodicalUpdater = Class.create(Ajax.Base, {
28132813
return isFunction;
28142814
});
28152815

2816-
if (Prototype.Browser.IE && PROBLEMATIC_ATTRIBUTE_READING) {
2816+
if (Prototype.Browser.IE && PROBLEMATIC_ATTRIBUTE_READING()) {
28172817
readAttribute = readAttribute_IE;
28182818
} else if (Prototype.Browser.Opera) {
28192819
readAttribute = readAttribute_Opera;

0 commit comments

Comments
 (0)