mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
Make port optional when website is localhost
This commit is contained in:
parent
064b91e4dd
commit
be74091ca3
@ -23,7 +23,7 @@ export const FILTER_DOMAIN_ONLY = 0;
|
|||||||
export const FILTER_COMBINED = 1;
|
export const FILTER_COMBINED = 1;
|
||||||
export const FILTER_RAW = 2;
|
export const FILTER_RAW = 2;
|
||||||
|
|
||||||
export const DOMAIN_REGEX = /localhost:\d{1,5}|((?=[a-z0-9-]{1,63}\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,63}/;
|
export const DOMAIN_REGEX = /localhost(:\d{1,5})?|((?=[a-z0-9-]{1,63}\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,63}/;
|
||||||
|
|
||||||
export const DESKTOP_SCREEN_WIDTH = 1920;
|
export const DESKTOP_SCREEN_WIDTH = 1920;
|
||||||
export const LAPTOP_SCREEN_WIDTH = 1024;
|
export const LAPTOP_SCREEN_WIDTH = 1024;
|
||||||
|
Loading…
Reference in New Issue
Block a user