Peter Zhang
Peter Zhang
### Description: Fixes: #19358 Only fix apply issue 1 fixes. update * to `originHost`. It seems e.origin contain protocol already. ### Review * [ ] [Functional review done](https://developer.matomo.org/guides/pull-request-reviews#functional-review-done) * [...
### Description: Fork https://github.com/matomo-org/matomo/pull/18290 update github-action branch has some unnecessary UI updates Test 4.x branch, not sure why but seems like php8.0 MySQLi driver has a poor performance here UI...
### Description: Fixes: #19116 Once the cors_domains are set apply the cors_domains list to the prefight cors. By default, it allows all. Maybe we should use the `getAllKnownUrlsForAllSites()` array +...
There is an angular js test that failed in Travis, Travis doesn't pick up, but when I am doing GitHub action, it shows. Details can be found in all Travis...
### Description: Description: Please do not merge this Fixes: https://github.com/matomo-org/matomo/issues/19081 Final changes. Update HTTPS security check, when the client is using HTTP throw a warning on diagnostic Ref Here: https://github.com/matomo-org/matomo-security/issues/195...
### Description: Travis to github action ### Review * [ ] [Functional review done](https://developer.matomo.org/guides/pull-request-reviews#functional-review-done) * [ ] [Potential edge cases thought about](https://developer.matomo.org/guides/pull-request-reviews#potential-edge-cases-thought-about) (behavior of the code with strange input, with...
### Description: Fixes: #19625 Add copy link after the token has been sent for the user who doesn't have an email set up from design. - As suggested, add an...
## Expected Behavior Got this error, when accessing this url ``` /?module=Widgetize&action=iframe&moduleToWidgetize=Referrers&idSite=1&period=year&date=2022-01-20&actionToWidgetize=getKeywords&viewDataTable=table&filter_limit=5&isFooterExpandedInDashboard=1 ``` ``` The string to escape is not a valid UTF-8 string. in /Users/bagduch/Work/php/matomo/plugins/Live/templates/_actionCommon.twig line 26 ``` It...