# 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.

  1. Open the Web Console:

    TIP

    on Chrome/Safari/Brave/Opera...

    Mac: ⌘+⌥+I
    Win: Ctrl+Shift+I

    TIP

    on Firefox/Edge...

    Mac: ⌘+Shift+J
    Win: Ctrl+Shift+J

  2. Type 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)
    
Last Updated: 10/14/2021, 10:24:46 AM