|
@@ -96,7 +96,7 @@ public class SecurityStrategy implements FilterStrategy {
|
|
|
|
|
|
if (newContentSecurityFilterSwitch) {
|
|
|
return blacklistContainer.filterUnsafeVideoByUser(param.getVideoIds(), param.getUid(),
|
|
|
- param.getHotSceneType(), param.getCityCode(), param.getClientIp(), param.getMid());
|
|
|
+ param.getHotSceneType(), param.getCityCode(), param.getClientIp(), param.getMid(), "recommend");
|
|
|
}
|
|
|
|
|
|
if (CollectionUtils.isEmpty(excludeScenes)
|