Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterupfold/ssb
Base project for site specific browser for "cookie jar" separation
https://github.com/peterupfold/ssb
Last synced: 5 days ago
JSON representation
Base project for site specific browser for "cookie jar" separation
- Host: GitHub
- URL: https://github.com/peterupfold/ssb
- Owner: PeterUpfold
- Created: 2020-04-26T13:43:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T05:47:41.000Z (over 4 years ago)
- Last Synced: 2024-11-08T09:51:05.031Z (about 2 months ago)
- Language: Swift
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SSB
===This is a ‘base project’ template for a very simple site specific browser.
The purpose of site specific browsers is to avoid the complexity and heavy weight of many
applications‘ Electron-based “native” apps. These apps frequently have unnecessary features,
lack the security of a full browser's sandbox and/or potentially expose operating system functionality
to web content through Node.js modules.Running these websites in a regular browser is a great option, but for users who frequently clear cookies
and local storage, logging in to these sites each time is inconvenient.So, separate apps based on this template which contain nothing more than a properly sandboxed `WKWebView` allow for the separation of
cookies/local storage with site-level granularity, gain the benefits of being properly sandboxed to be
“just a web browser”, but mean you can stay ‘signed in’ to that site only in the specific app.