Disable AAM

This commit is contained in:
redphx
2024-07-28 09:41:23 +07:00
parent 13323cce24
commit 8d559a53a8
2 changed files with 14 additions and 2 deletions

View File

@@ -201,6 +201,14 @@ export function patchMeControl() {
(window as any).MeControl = new Proxy(MeControl, MeControlHandler);
}
/**
* Disable Adobe Audience Manager (AAM)
*/
export function disableAdobeAudienceManager() {
(window as any).adobe = Object.freeze({});
}
/**
* Use power-saving flags for touch control
*/