|
Last change
on this file since 2058e5c was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Working / before login
|
-
Property mode
set to
100644
|
|
File size:
280 bytes
|
| Line | |
|---|
| 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 | module.exports = { urlAlphabet }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.