Skip to content

Commit bcf2b85

Browse files
committed
Oauth timestamps now added by connector by default rather than client-side
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Share OAuth@646 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent 0b960f2 commit bcf2b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/web/extras/modules/oauth.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ if (typeof Extras == "undefined" || !Extras)
113113
*
114114
* @property addTimestamps
115115
* @type boolean
116-
* @default true
116+
* @default false
117117
*/
118-
addTimestamps: true
118+
addTimestamps: false
119119
},
120120

121121
/**

0 commit comments

Comments
 (0)