Last change
on this file was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
270 bytes
|
Rev | Line | |
---|
[57e58a3] | 1 | // This alphabet uses `A-Za-z0-9_-` symbols.
|
---|
| 2 | // The order of characters is optimized for better gzip and brotli compression.
|
---|
| 3 | // Same as in non-secure/index.js
|
---|
| 4 | let urlAlphabet =
|
---|
| 5 | 'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
|
---|
| 6 |
|
---|
| 7 | export { urlAlphabet }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.