Skip to content

Conversation

@nvenka781
Copy link
Contributor

 TCXB8-3707: Parental Controls blocks false positives
 
Reason for change: Parental control block on access with certain keywords cause false positives. User intended to block websites like matchweed.com, catchherb.co with keyword "thc", "bc". Along with these, any url with substring "thc" also gets blocked. 
 
Change: Keyword search is done on the full string with kmp algorithm. Since no limit is mentioned, the default of 65535 is considered as upper limit of packet payload size for kmp algorithm search. This is restricted to have an upper limit of upto 128 bytes for keyword search.
 
Recommendation to user: Avoid very short generic query keywords for blocking 
 
Test Procedure: Validate IPTV playback 
 
Priority: P1 
 
Risks: None 

@nvenka781 nvenka781 requested review from a team as code owners October 17, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants