Merge branch 'n4ze3m:main' into main
This commit is contained in:
commit
7f94d57463
36
PRIVACY.md
Normal file
36
PRIVACY.md
Normal file
@ -0,0 +1,36 @@
|
||||
# Privacy Policy
|
||||
|
||||
## Data Collection
|
||||
Page Assist is committed to user privacy and does not collect any user data. All operations and data storage occur locally within your browser.
|
||||
|
||||
## Browser Permissions
|
||||
The extension requires the following permissions to function:
|
||||
|
||||
- **Notifications**: To provide system notifications
|
||||
- **Website Content Access**: Required for the chat-with-webpage functionality
|
||||
- **Unlimited Storage**: Used to store chat history locally in your browser
|
||||
- **Active Tab**: To ensure the extension is active on the current tab and get screenshots etc
|
||||
- **Scripting**: For the chat-with-webpage functionality
|
||||
- **Web Requests**: To modify headers of the local server to avoid CORS issues
|
||||
|
||||
## Page Share Feature
|
||||
When using the Page Share feature:
|
||||
|
||||
- Data sharing only occurs when explicitly connecting to external sources
|
||||
- Self-hosting option is available for complete data control
|
||||
- Shared chats can be permanently deleted from the server at any time
|
||||
- No data is retained after deletion
|
||||
|
||||
## Data Storage
|
||||
- All chat history and settings are stored locally in your browser
|
||||
- No data is transmitted to external servers unless explicitly initiated by the user
|
||||
- Users maintain full control over their data
|
||||
|
||||
## Third-Party Services
|
||||
Page Assist does not integrate with any third-party analytics or tracking services.
|
||||
|
||||
## Changes to Privacy Policy
|
||||
We reserve the right to update this privacy policy as needed. Users will be notified of any significant changes.
|
||||
|
||||
## Contact
|
||||
For privacy-related questions or concerns, please open an issue on our GitHub repository or mail me at me@n4ze3m.com
|
@ -6,7 +6,7 @@ Page Assist is an open-source Chrome Extension that provides a Sidebar and Web U
|
||||
|
||||
## Installation
|
||||
|
||||
Page Assist supports Chromium-based browsers like Chrome, Brave, Edge, and Firefox.
|
||||
Page Assist supports Chromium-based browsers like Chrome, Brave, and Edge, as well as Firefox.
|
||||
|
||||
[](https://chrome.google.com/webstore/detail/page-assist/jfgfiigpkhlkbnfnbobbkinehhfdhndo)
|
||||
[](https://addons.mozilla.org/en-US/firefox/addon/page-assist/)
|
||||
@ -138,6 +138,8 @@ Page Assist does not collect any personal data. The only time the extension comm
|
||||
|
||||
All the data is stored locally in the browser storage. You can view the source code and verify it yourself.
|
||||
|
||||
You learn more about the privacy policy [here](PRIVACY.md).
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome. If you have any feature requests, bug reports, or questions, feel free to create an issue.
|
||||
|
@ -32,4 +32,11 @@ Since Ollama has connection issues when directly accessed from the browser exten
|
||||
|
||||
This will resolve the connection issue, and you will be able to use Ollama without any issues on Page Assist ❤
|
||||
|
||||
7. If you are still facing issues, you can try the following steps:
|
||||
|
||||
- Add `OLLAMA_HOST=0.0.0.0` to the environment variables of Ollama.
|
||||
- Restart Ollama.
|
||||
- Try again.
|
||||
|
||||
|
||||
If you still face any issues, feel free to contact us [here](https://github.com/n4ze3m/page-assist/issues/new), and we will be happy to help you out.
|
Loading…
x
Reference in New Issue
Block a user