Skip to content

Commit b8e8138

Browse files
authored
docs(README): add disclaimer
1 parent a154c20 commit b8e8138

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Provides precompiled wheels:</br>
2020
- [Devices](#devices)
2121
- [Examples](#examples)
2222
- [II. AsyncClient](#ii-asyncclient)
23+
- [Disclaimer](#disclaimer)
2324

2425
## Installation
2526

@@ -151,27 +152,19 @@ resp.url
151152

152153
##### Impersonate
153154

154-
- Chrome: `chrome_100``chrome_101``chrome_104``chrome_105``chrome_106``chrome_107``chrome_108``chrome_109``chrome_114``chrome_116``chrome_117``chrome_118``chrome_119``chrome_120``chrome_123``chrome_124``chrome_126``chrome_127``chrome_128``chrome_129``chrome_130``chrome_131`
155+
- Chrome: `chrome_100``chrome_101``chrome_104``chrome_105``chrome_106``chrome_107``chrome_108``chrome_109``chrome_114``chrome_116``chrome_117``chrome_118``chrome_119``chrome_120``chrome_123``chrome_124``chrome_126``chrome_127``chrome_128``chrome_129``chrome_130``chrome_131`, `chrome_133`
155156

156157
- Edge: `edge_101``edge_122``edge_127`, `edge_131`
157158

158159
- Safari: `safari_ios_17.2``safari_ios_17.4.1``safari_ios_16.5``safari_ios_18.1.1`, `safari_15.3``safari_15.5``safari_15.6.1``safari_16``safari_16.5``safari_17.0``safari_17.2.1``safari_17.4.1``safari_17.5``safari_18``safari_18.2`, `safari_ipad_18`
159160

160161
- OkHttp: `okhttp_3.9``okhttp_3.11``okhttp_3.13``okhttp_3.14``okhttp_4.9``okhttp_4.10``okhttp_5`
161162

162-
- Firefox: `firefox_109`, `firefox_117`, `firefox_128`, `firefox_133`
163+
- Firefox: `firefox_109`, `firefox_117`, `firefox_128`, `firefox_133`, `chrome_135`
163164

164165
##### Impersonate OS
165166

166-
- Android: `android`
167-
168-
- iOS: `ios`
169-
170-
- Linux: `linux`
171-
172-
- Mac OS: `macos`
173-
174-
- Windows: `windows`
167+
- `android`, `ios`, `linux`, `macos`, `windows`
175168

176169
#### Examples
177170

@@ -276,3 +269,7 @@ if __name__ == "__main__":
276269
logging.basicConfig(level=logging.INFO)
277270
asyncio.run(main())
278271
```
272+
273+
## Disclaimer
274+
275+
This tool is for educational purposes only. Use it at your own risk.

0 commit comments

Comments
 (0)