Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

63 lines (38 loc) · 1.75 KB

1.10.0 (2024-03-04)

  • Added ALLOW_POTENTIALLY_UNSAFE_URL, a boolean value to disable URL validation

1.9.8 (2023-01-26)

  • Update express package

1.9.7 (2023-01-20)

  • Improved page height calculation

1.9.6 (2023-01-17)

  • Add support for custom HTTP headers

1.9.0 (2022-06-01)

  • Added eslint-typescript
  • Updated puppeteer to v14.0.0
  • Updated link previews
  • Detected when the proxy failed
  • Compatible with WebViewer-HTML version 4.5.0 and above

1.8.0 (2022-04-29)

  • Added link previews on hover

1.7.2 (2022-04-27)

  • Added Webpack, TypeScript and JSDoc
  • Added a fix for websites that use CSS viewport units

1.7.1 (2022-04-08)

  • Improved page height calculation

1.7.0 (2022-04-01)

  • Fixed ssrf vulnerability
  • Versions <=1.6.0 are deprecated
  • In browse mode, links can be clicked and will open the URLs in a new tab
  • Compatible with WebViewer-HTML version 4.4.1 and above

1.6.1 (2022-03-23)

  • Fixed ssrf vulnerability

1.6.0 (2022-03-21)

  • Added a link data retrieval function in the injected script
  • Compatible with WebViewer-HTML version 4.4.0 and above

1.5.0 (2022-03-02)

  • Added mutation observer to update the correct page height and text data and send back to client
  • More CSS and JS rules for blocking navigation
  • Compatible with WebViewer-HTML version 4.3.0 and above

1.4.0 (2022-02-15)

  • Injected a JS script in the proxy website to retrieve text data and send back to client
  • Compatible with WebViewer-HTML version 4.2.0 and above