syncthing/gui/default
Jakob Borg 4bc2b3f369 gui: Set CSRF stuff earlier (fixes #3138)
We need to set these properties *before* Angular starts making requests,
and doing that from the response to a request is too late. The obvious
choice (to me) would be to use the angular $cookies service, but that
service isn't available until after initialization so we can't use it.
Instead, add a special file that is loaded by index.html and includes
the info we need before the JS app even starts running.

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3152
2016-05-22 10:26:09 +00:00
..
assets gui, man: Update docs & translations 2016-05-21 22:44:55 +09:00
syncthing gui: Set CSRF stuff earlier (fixes #3138) 2016-05-22 10:26:09 +00:00
vendor gui, lib: Add missing licenses (fixes #3100) 2016-05-18 00:10:50 +00:00
index.html gui: Set CSRF stuff earlier (fixes #3138) 2016-05-22 10:26:09 +00:00
modal.html Add support for themes (fixes #1925) 2016-01-10 17:57:27 +00:00