Skip to content

Commit

Permalink
add media codecs evasion strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
granitosaurus committed Jan 27, 2020
1 parent 70d4bec commit e0b8afc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyppeteer_stealth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from .user_agent import user_agent
from .webgl_vendor import webgl_vendor
from .window_outerdimensions import window_outerdimensions
from .media_codecs import media_codecs


async def stealth(page: Page) -> None:
Expand All @@ -24,3 +25,4 @@ async def stealth(page: Page) -> None:
await user_agent(page)
await webgl_vendor(page)
await window_outerdimensions(page)
await media_codecs(page)

0 comments on commit e0b8afc

Please sign in to comment.