Commit fb2396f
authored
Create new feature flag for handling about blank web pages (#7132)
Task/Issue URL:
https://app.asana.com/1/137249556945/project/1211724162604201/task/1211850430148973?focus=true
### Description
Added a new toggle `handleAboutBlank()` to the
`AndroidBrowserConfigFeature` interface. This toggle is internally
always enabled and defaults to `false`. It will be used to determine
whether the app should handle "about:blank" URLs based on remote
configuration.
### Steps to test this PR
_Handle About Blank Feature_
- [x] Verify that the new toggle is properly annotated with
`@Toggle.InternalAlwaysEnabled`
- [x] Verify that the toggle defaults to `false` when remote config is
not present
### UI changes
No UI or functional changes in this PR.1 parent d214ec0 commit fb2396f
File tree
1 file changed
+10
-0
lines changed- app/src/main/java/com/duckduckgo/app/pixels/remoteconfig
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
206 | 216 | | |
0 commit comments