mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
fix: missing key and value in localstorage
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package byteutil
|
||||
|
||||
var (
|
||||
OnSplitUTF8Func = func(r rune) rune {
|
||||
if r == 0x00 || r == 0x01 {
|
||||
return -1
|
||||
}
|
||||
return r
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user