We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run my socketio/engineio-based application with Flask, the run window floods with messages like this. How can I disable them?
Thanks, K
INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["c... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["p... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["t... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["s... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["d... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["s... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["s... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["p...
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
[fix] Obfuscate ActiveXObject occurrences (#509)
ActiveXObject
7acae3d
Some corporate firewalls/proxies such as Blue Coat prevent JavaScript files from being downloaded if they contain the word "ActiveX".
No branches or pull requests
When I run my socketio/engineio-based application with Flask, the run window floods with messages like this. How can I disable them?
Thanks,
K
INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["c... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["p... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["t... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["s... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["d... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["s... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["s... INFO:engineio:4d4619dde53c46dabad4b96a3f7750db: Sending packet MESSAGE data 2["p...
The text was updated successfully, but these errors were encountered: