mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Fix disableAdobeAudienceManager()
This commit is contained in:
parent
741bc9a4e5
commit
7438375356
@ -210,7 +210,9 @@ export function patchMeControl() {
|
||||
* Disable Adobe Audience Manager (AAM)
|
||||
*/
|
||||
export function disableAdobeAudienceManager() {
|
||||
window.adobe = Object.freeze({});
|
||||
Object.defineProperty(window, 'adobe', {
|
||||
get() { return Object.freeze({}); }
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user