Skip to content

Another way to scrape data #8

Description

@lnfel

I just wanted to share one of the tricks I did to scrape data to a website. Scraping can also be done by implementing a Chrome Extension. Since chrome extension hooks into website as inline script it is very hard to deal with.

This can be mitigated by having a robust Content Security Policy for inline scripts however, most websites doesn't have CSP policy implemented. Just enable nonce to token for your own scripts and block all other scripts not using those tokens or nonce.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions