diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-11-04 05:54:02 -0800 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-11-04 05:54:02 -0800 |
commit | 8c4c74b23f268b232e3f591ea564c018597ee82d (patch) | |
tree | ba5ade7cfd4614ab15960e19ce221ea6b60df484 /lib/base.php | |
parent | 80b98547107ec3b5895a47c2f1ebfbd4f171f238 (diff) | |
parent | 393d2517ee6734c9540211edb714b3ec1324018f (diff) | |
download | nextcloud-server-8c4c74b23f268b232e3f591ea564c018597ee82d.tar.gz nextcloud-server-8c4c74b23f268b232e3f591ea564c018597ee82d.zip |
Merge pull request #178 from owncloud/JustOneCSRFTokenPerSession
Just one CSRF token per session
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php index 5c3d3fb80ce..c54fdc618cb 100644 --- a/lib/base.php +++ b/lib/base.php @@ -264,8 +264,6 @@ class OC{ OC_Util::addScript( "jquery-tipsy" ); OC_Util::addScript( "oc-dialogs" ); OC_Util::addScript( "js" ); - // request protection token MUST be defined after the jquery library but before any $('document').ready() - OC_Util::addScript( "requesttoken" ); OC_Util::addScript( "eventsource" ); OC_Util::addScript( "config" ); //OC_Util::addScript( "multiselect" ); |