Disable User Agent check
This commit is contained in:
parent
3b7ccb0fb5
commit
c3ecb42f91
@ -37,6 +37,7 @@ generate_embed_user_agents = [
|
||||
"test"]
|
||||
|
||||
def isValidUserAgent(user_agent):
|
||||
return True
|
||||
if user_agent in generate_embed_user_agents:
|
||||
return True
|
||||
elif "WhatsApp/" in user_agent:
|
||||
|
Loading…
x
Reference in New Issue
Block a user