Skip to content

Commit 721fc55

Browse files
author
tuegeb
committed
FIX: default parameter whitelist
1 parent 660bc54 commit 721fc55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FACTFinder/Core/AbstractConfiguration.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public function getWhitelistServerParameters()
190190
'/^substringFilter.*/' => true,
191191
'advisorStatus' => true,
192192
'callback' => true,
193+
'campaign' => true,
193194
'catalog' => true,
194195
'channel' => true,
195196
'cookieId' => true,
@@ -202,6 +203,7 @@ public function getWhitelistServerParameters()
202203
'ids' => true,
203204
'idsOnly' => true,
204205
'ignoreForCache' => true,
206+
'instoreAds' => true,
205207
'isArticleNumber' => true,
206208
'log' => true,
207209
'mainId' => true,
@@ -214,6 +216,7 @@ public function getWhitelistServerParameters()
214216
'origPageSize' => true,
215217
'origPos' => true,
216218
'page' => true,
219+
'pageId' => true,
217220
'pageSize' => true,
218221
'pos' => true,
219222
'price' => true,

0 commit comments

Comments
 (0)