AdguardTeam / AdguardTeam/AdguardForAndroid

Duplicate string "lastpass.com" with `""` symbols located in default HTTPS allowlist entry

未關閉
#6,189 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
Bug Priority: P4
主要語言
沒有語言資料
星號
1.9k
分支
121
PR 合併指標
30 天內沒有已合併 PR

描述

### Please answer the following questions for yourself before submitting an issue

- [x] Filters were updated before reproducing an issue
- [x] I checked the [knowledge base](https://adguard.com/kb/) and found no answer
- [x] I checked to make sure that this issue has not already been filed

### AdGuard version

4.13.2

### Environment

- OS version:Android 15 (originOS 5)
- Device:iQOO Z10 Turbo+

### HTTPS filtering

- [x] yes, I do

### Root access

- [ ] yes, I have it

### Integration with AdGuard VPN

- [ ] yes, I do

### Routing mode

Local VPN

### Ad Blocking

_No response_

### Privacy

_No response_

### Social

_No response_

### Annoyances

_No response_

### Security

_No response_

### Language-specific

_No response_

### Other

_No response_

### Which DNS server do you use?

Custom DNS

### DNS protocol

DNS-over-HTTPS

### Custom DNS

https://dns.alidns.com/dns-query

### What Stealth Mode options do you have enabled?

_No response_

### Issue Details

Steps to reproduce:
1. Open AdGuard for Android and go to Settings → General → Advanced → Export settings.
2. Extract the exported ZIP file and open `https_filtering_settings.json`.
3. Locate the `HttpsAllowList` array.
4. Find the entry for `lastpass.com`.

Actual result:
The entry is incorrectly formatted with escape characters: "\"lastpass.com\""

Expected result:
The entry should be formatted as a normal string: "lastpass.com"

### Expected Behavior

The default HTTPS allowlist entry for `lastpass.com` should be stored as `"lastpass.com"` without unnecessary escape characters.

### Actual Behavior

In the exported `https_filtering_settings.json`, the entry appears as `"\"lastpass.com\""`. While this may not cause functional issues, it is a formatting inconsistency that could confuse users or tools parsing the configuration.

### Screenshots

Screenshot 1

### Additional Information

This is not a user-added custom rule; it is part of AdGuard's default built-in allowlist. The issue exists in version 4.13.2 on Android.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。