Skip to content

Commit d3df409

Browse files
committed
update params
1 parent a575c33 commit d3df409

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/internal/Magento/Framework/App/PageCache/Identifier.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ class Identifier implements IdentifierInterface
1717
* Pattern detect marketing parameters
1818
*/
1919
public const PATTERN_MARKETING_PARAMETERS = [
20+
'/&?gad_source\=[^&]+/',
21+
'/&?gbraid\=[^&]+/',
22+
'/&?wbraid\=[^&]+/',
23+
'/&?_gl\=[^&]+/',
24+
'/&?dclid\=[^&]+/',
25+
'/&?gclsrc\=[^&]+/',
26+
'/&?srsltid\=[^&]+/',
27+
'/&?msclkid\=[^&]+/',
28+
'/&?_kx\=[^&]+/',
2029
'/&?gclid\=[^&]+/',
2130
'/&?cx\=[^&]+/',
2231
'/&?ie\=[^&]+/',

0 commit comments

Comments
 (0)