How to prevent localhost files from being saved?

29 views
Skip to first unread message

Kevin Johnson

unread,
Aug 21, 2014, 1:07:47 PM8/21/14
to shelve-fir...@googlegroups.com
Thank you very much for Shelve.

I've tried the following RegEx's to exclude blank localhost files from being auto-saved but they're still saved: |localhost, |^localhost, and |^http://localhost

Any suggestions?

tom

unread,
Aug 21, 2014, 4:17:41 PM8/21/14
to shelve-fir...@googlegroups.com

> I've tried the following RegEx's to exclude blank localhost files from
> being auto-saved but they're still saved: |localhost, |^localhost, and
> |^http://localhost

What's the full regexp?

You could use something like:
^((about|chrome|mailto|https):|https?://localhost)

Reply all
Reply to author
Forward
0 new messages