Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Prevent js injection for non-200 response status codes #2

Merged
merged 4 commits into from
Mar 23, 2020

Commits on Mar 4, 2020

  1. Prevent js injection for responses that contain 405 status codes, in …

    …shouldInterceptRequest of webviewmanager
    danjm committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    3121d35 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Make injection decision logic more robust: only on succesful response…

    …s and when containing some html
    danjm committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    28eff2e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    b2248e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Improve performance of body read in responseRequiresJSInjection of RN…

    …CWebViewManager.java
    danjm committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    71ea824 View commit details
    Browse the repository at this point in the history