This is a rough outline of some thoughts on how to leverage [SPDY Push][SPDY] externalize inline <script>
s that contain dynamic, page/user-specific configuration and state data to align with [CSP][].
We are building web apps where the initial rendering (HTML) is built server-side, and in order for the client-side JavaScript app to take over, the app's configuration and initial state are written to an inline <script>
element.