Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefangiehl@gmail.com>2012-10-25 17:48:41 +0400
committersgiehl <stefangiehl@gmail.com>2012-10-25 17:48:41 +0400
commit27fbfa582c545f86235c474c92f10c2e9469b5c4 (patch)
tree5f5b5faa9c2928b278e5b298107366bd8d1a03a8 /plugins/PrivacyManager/templates
parentdeb85141dd1e21e7480bac0c5e1167ab058b437f (diff)
refs #3359 use POST instead of GET requests / do not send token_auth within query strings
git-svn-id: http://dev.piwik.org/svn/trunk@7309 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/PrivacyManager/templates')
-rw-r--r--plugins/PrivacyManager/templates/privacySettings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrivacyManager/templates/privacySettings.js b/plugins/PrivacyManager/templates/privacySettings.js
index c276e59cd9..fa2c37b146 100644
--- a/plugins/PrivacyManager/templates/privacySettings.js
+++ b/plugins/PrivacyManager/templates/privacySettings.js
@@ -47,7 +47,7 @@ $(document).ready(function() {
}
currentRequest = $.ajax({
- type: 'GET',
+ type: 'POST',
url: 'index.php?module=PrivacyManager&action=getDatabaseSize',
dataType: 'html',
async: true,