fluttercommunity / fluttercommunity/flutter_webview_plugin
The getCookies method may need to be improved
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 1.5k
- Forks
- 938
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
When I found a minor problem with the getCookies method, I looked at the source code, on line 224 of **base.dart**,
`final split = cookie.split('=');`
If there is also '=' in the cookie value, the result of the split is not correct.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.