# Block your visits
You can block your own visits from logging with Cabin by setting a Local Storage item. This is useful while developing a website.
Open the Web Console:
TIP
on Chrome/Safari/Brave/Opera...
Mac: ⌘+⌥+I
Win: Ctrl+Shift+ITIP
on Firefox/Edge...
Mac: ⌘+Shift+J
Win: Ctrl+Shift+JType this into the Console and hit return:
cabin.blockMe(true)
You only need to do this once and your browser will remember it. To unblock, either clear your cache or run:
cabin.blockMe(false)