Skip to content

Another way to scrape data #8

@lnfel

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.

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