Skip to content

Commit 7519dac

Browse files
authored
Blacklist Amazon Associates parameters closes #15
1 parent 774b1db commit 7519dac

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Clean Links Extension/SafariExtensionHandler.swift

+8-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@ class SafariExtensionHandler: SFSafariExtensionHandler {
2929
"_openstat",
3030
"_hsmi",
3131
"_hsenc",
32-
"spm", // alibaba group, taobao.com, aliyun.com etc...
33-
"spm_id_from" // bilibili.com
34-
32+
"spm", // alibaba group, taobao.com, aliyun.com etc...
33+
"spm_id_from", // bilibili.com
34+
"pf_rd_r", // Amazon Associates
35+
"pf_rd_m", // Amazon Associates
36+
"pf_rd_i", // Amazon Associates
37+
"pf_rd_s", // Amazon Associates
38+
"pf_rd_t", // Amazon Associates
39+
"pf_rd_p" // Amazon Associates
3540
]
3641

3742
/**

0 commit comments

Comments
 (0)