Closed
Description
Describe your environment
- Operating System version: Windows 10 x64
- Firebase SDK version: 4.4.0
- Firebase Product: Auth + Realtime Database + Storage
Describe the problem
An external script is sometimes loaded (example: https://cyphme.firebaseio.com/.lp?start=t&ser=50153600&cb=11&v=5) which will break loading our application when the script is blocked (intentionally) due to our CSP.
My best guess so far is that it is only loading this script and breaking when it’s resorting to long polling instead of websockets.
Steps to reproduce:
Inconsistent: load https://cyph.ws in chrome -- maybe force long polling?