Skip to content

Commit

Permalink
Slightly changed debugProtection option description
Browse files Browse the repository at this point in the history
  • Loading branch information
sanex3339 committed Aug 18, 2020
1 parent 710a8d4 commit 6990f0c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,7 @@ Type: `boolean` Default: `false`

##### :warning: Can freeze your browser if you open the Developer Tools.

This option makes it almost impossible to use the `console` tab of the Developer Tools (both on WebKit-based and Mozilla Firefox).

* WebKit-based: blocks the site window, but you still can navigate through Developer Tools panel.
* Firefox: does *not* block the site window, but still won't let you use DevTools.
This option makes it almost impossible to use the `debugger` function of the Developer Tools (both on WebKit-based and Mozilla Firefox).

### `debugProtectionInterval`
Type: `boolean` Default: `false`
Expand Down

0 comments on commit 6990f0c

Please sign in to comment.