9 Commits

Author SHA1 Message Date
baliasnyifeliks
6041ea950b feat(security): add host blocking mechanism across all online services
Adds a comprehensive host blocking system that prevents requests to specific disallowed hosts across all online streaming services. The implementation includes:

- New `NotAllowedHosts` HashSet containing base64-encoded blocked hostnames
- `IsNotAllowedHost()` method to validate URLs before making HTTP requests
- Integration in all service classes (Anihub, AnimeON, Bamboo, CikavaIdeya, StarLight, UAKino, UaTUT, Uaflix, Unimay)
- Checks applied to search, content fetching, and streaming URL resolution
- Consistent implementation pattern across both Invoke and Controller classes

This security enhancement prevents connections to potentially malicious or unauthorized streaming hosts while maintaining existing functionality for allowed sources.
2026-01-14 13:21:34 +02:00
Felix
479196e46b Implement isAnime filtering logic for provider modules based on original_language 2025-10-19 11:01:05 +03:00
Felix
0a70ce4a45 Add init.conf support 2025-09-26 16:23:24 +03:00
Felix
33a49a6e75 Add displayIndex 2025-09-20 19:14:26 +03:00
Felix
e6bd82dd01 100500 fix CikavaIdeya 2025-09-20 19:02:01 +03:00
Felix
0ef0908303 Implementation of accsArgs for AnimeON, CikavaIdeya, and Unimay modules
Fixed an issue with authorization via accessdb for AnimeON, CikavaIdeya, and Unimay modules.
Added wrapping of links via accsArgs to ensure correct transmission of authorization parameters.
2025-09-20 18:31:15 +03:00
Felix
84a3466e5e Add proxy support 2025-09-20 12:18:29 +03:00
Felix
7a211c838b Refactor 2025-09-20 11:47:28 +03:00
Felix
b063ba9821 Add CikavaIdeya 2025-09-14 15:19:17 +03:00