Tag

Whitelist

1 views collected around this technical thread.

IT Services Circle
IT Services Circle
Apr 23, 2025 · Information Security

How to Add Windows Defender Exclusions Manually and via PowerShell

This guide explains two ways to whitelist files or folders in Windows Defender: a step‑by‑step manual method through the Windows Security UI and a PowerShell command‑line approach for adding or removing exclusion paths.

ExclusionsPowerShellWhitelist
0 likes · 4 min read
How to Add Windows Defender Exclusions Manually and via PowerShell
Baidu Geek Talk
Baidu Geek Talk
Dec 19, 2022 · Mobile Development

Dex Annotation Optimization for Baidu APP Android Package

In the second part of Baidu’s APK‑size‑optimization series, the team uses the Titan‑Dex framework to strip unnecessary build‑type and system Dex annotations—such as generic signatures and class‑relationship metadata—while automatically generating a whitelist via custom Lint detectors, ultimately shrinking the final Dex by about 1.2 MB.

AndroidAnnotation OptimizationDex
0 likes · 14 min read
Dex Annotation Optimization for Baidu APP Android Package
Coolpad Technology Team
Coolpad Technology Team
Jun 7, 2022 · Operations

Understanding Android Doze Mode: States, Restrictions, and Whitelists

This article explains Android's Doze power‑saving mode, detailing its light and deep doze states, the restrictions imposed on apps, the state‑machine transitions, whitelist mechanisms, and common troubleshooting Q&A for developers working on mobile devices.

AndroidDevice IdleDoze
0 likes · 12 min read
Understanding Android Doze Mode: States, Restrictions, and Whitelists
Selected Java Interview Questions
Selected Java Interview Questions
Nov 5, 2021 · Backend Development

Implementing a Generic Appkey Whitelist Validation in Spring Boot: AOP, Interceptor, ArgumentResolver, and Filter Approaches

This article explains how to add a reusable appkey whitelist check to a Spring‑Boot web framework by comparing four implementation methods—traditional AOP, Spring Interceptor, custom ArgumentResolver, and Servlet Filter—detailing their code, configuration steps, extensions, and execution order.

AOPArgumentResolverInterceptor
0 likes · 10 min read
Implementing a Generic Appkey Whitelist Validation in Spring Boot: AOP, Interceptor, ArgumentResolver, and Filter Approaches
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 30, 2021 · Databases

Modifying Trusted IP Whitelist for MySQL Users

This article explains how MySQL implements trusted IP access control via user@host definitions, demonstrates creating and updating user accounts and associated metadata tables, and provides step‑by‑step procedures—including DCL commands, metadata updates, and handling of stored objects—to safely modify trusted IPs in production environments.

Database AdministrationMySQLSQL
0 likes · 20 min read
Modifying Trusted IP Whitelist for MySQL Users
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 10, 2020 · Databases

Understanding Permissions, Blacklist, and Whitelist in DBLE

This article demonstrates how DBLE manages table-level DML permissions, global blacklist rules, and user‑IP whitelist controls, showing configuration steps, reload procedures, and the resulting effects on query execution and login access.

BlacklistDBLEDML
0 likes · 5 min read
Understanding Permissions, Blacklist, and Whitelist in DBLE