Skip to content

Improve ObjectWrapper Security

Compare
Choose a tag to compare
@utku-ozturk utku-ozturk released this 24 May 08:02
· 91 commits to master since this release
100c00f

object.CopyWrapper is currently sending analytics data into GA4 property. It includes copied value and it makes a security breach if sensitive data is wrapped. Two new props are added to improve security:

  • analyticsOnCopy: bool // trigger analytics event (default is false)
  • maskAnalyticsValue: bool // send the actual value (false) or send a placeholder instead (true - default)

What's Changed

Full Changelog: 0.1.83...0.1.84