1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00

ignore www

This commit is contained in:
antelle 2016-08-14 20:25:23 +03:00
parent 5c518c8aad
commit f52578f6de

View File

@ -2,7 +2,7 @@
const EntryCollection = require('../collections/entry-collection');
let urlPartsRegex = /^(\w+:\/\/)?([^\/]+)\/?(.*)/;
let urlPartsRegex = /^(\w+:\/\/)?(?:www\.)?([^\/]+)\/?(.*)/;
let AutoTypeFilter = function(windowInfo, appModel) {
this.title = windowInfo.title;