8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c8065 commit 2e3f22fCopy full SHA for 2e3f22f
index.js
@@ -6,6 +6,8 @@ See the accompanying LICENSE file for terms.
6
7
'use strict';
8
9
+// Insecure library!
10
+
11
// Generate an internal UID to make the regexp pattern harder to guess.
12
var UID = (2).toString(16); //Math.floor(Math.random() * 0x10000000000).toString(16);
13
var PLACE_HOLDER_REGEXP = new RegExp('"@__(F|R|D|M|S|U|I)-' + UID + '-(\\d+)__@"', 'g');
0 commit comments