diff --git a/auto-bid-server/src/modules/extensions/controllers/extensions.controller.ts b/auto-bid-server/src/modules/extensions/controllers/extensions.controller.ts index 5be4781..f61617c 100644 --- a/auto-bid-server/src/modules/extensions/controllers/extensions.controller.ts +++ b/auto-bid-server/src/modules/extensions/controllers/extensions.controller.ts @@ -9,7 +9,14 @@ export class ExtensionsController { async policy(@Res() res: Response) { const rootDir = process.cwd(); - const filePath = join(rootDir, `${Constant.MEDIA_PATH}/views/policy.html`); + const filePath = join( + rootDir, + 'src', + 'modules', + 'extensions', + `/views/policy.html`, + ); + return res.sendFile(filePath); } } diff --git a/auto-bid-server/src/modules/extensions/views/policy.html b/auto-bid-server/src/modules/extensions/views/policy.html new file mode 100644 index 0000000..d0b6389 --- /dev/null +++ b/auto-bid-server/src/modules/extensions/views/policy.html @@ -0,0 +1,31 @@ + + +
+ +Effective Date: 2025-05-20
+ +This privacy policy explains how the Chrome Extension Bid Extension handles user data.
+ +The Bid Extension does not collect or transmit any personal or sensitive user data.
+The extension uses the storage permission to save settings and preferences locally in your browser.
All data used by this extension is stored using Chrome's local storage (via the chrome.storage API). This data never leaves your device and is not transmitted to any external server.
We do not share any user data with third parties. We do not use analytics, ads, or any tracking technologies.
+ +If we update this privacy policy in the future, we will notify users by updating this document with the new effective date.
+ +If you have any questions about this privacy policy, please contact us at: bid@apactech.io
+ + +