An open API service indexing awesome lists of open source software.

https://github.com/realzzz1874/f12-forbidden

Prevent users from debugging web data.
https://github.com/realzzz1874/f12-forbidden

devtools f12 f12-forbidden

Last synced: about 1 year ago
JSON representation

Prevent users from debugging web data.

Awesome Lists containing this project

README

          

# f12-forbidden

Prevent users from debugging web data.

## npm package

- add package

```bash
yarn add f12-forbidden
```

- use it

```javascript
// import f12Forbidden
import { f12Forbidden } from "f12-forbidden";
// then add the function to your app entry
f12Forbidden();
```

## see example

- get the repo

```bash
git clone https://github.com/Realzzz1874/f12-forbidden.git
cd f12-forbidden
yarn
yarn dev
```

- open link & open the browser devtool
- you can see the result now