Browser Permissions Guide

Back to Zippy Edit

Why Permissions Matter

Zippy Edit processes all files locally in your browser - nothing is uploaded to servers. For this to work, your browser needs certain permissions to access files, store data, and interact with your clipboard.

Permissions Overview

Permission Used For Type
File Access Loading files you drop or select Required
IndexedDB Persistent inventory storage Optional
localStorage Saving your preferences Optional
Clipboard Copy/paste operations Optional
Downloads Saving processed files Required

Common Issues & Fixes

Persistent Storage Not Working

If the inventory keeps losing your files between sessions:

1 Check if IndexedDB is enabled - Most browsers have this on by default, but privacy extensions may block it.
2 Grant persistent storage permission - Some browsers require explicit permission. Click the lock icon in your address bar and check site permissions.
3 Disable "clear on close" - If you have browser settings to clear data on close, IndexedDB will be wiped.

Files Not Loading

If drag-and-drop or file selection isn't working:

1 Check file size - Very large files (100MB+) may take time or fail. Try smaller files first.
2 Try a different browser - Chrome and Edge typically have the best support for file APIs.
3 Disable browser extensions - Ad blockers or privacy extensions may interfere with file handling.

Download Issues

If downloads aren't starting:

1 Check popup blocker - Some browsers block automatic downloads. Allow popups for zippyedit.com.
2 Check download folder - Files may be downloading to an unexpected location.

Browser-Specific Settings

Chrome Google Chrome

Site permissions: Click the lock icon in the address bar, then "Site settings"

Storage: Settings → Privacy and security → Site settings → Additional content settings → Storage

Known issues: None - Chrome has excellent support for all features.

Edge Microsoft Edge

Site permissions: Click the lock icon in the address bar

Storage: Settings → Cookies and site permissions → Storage

Known issues: None - Edge works similarly to Chrome.

Firefox Mozilla Firefox

Site permissions: Click the lock icon, then "Connection secure" → "More information" → Permissions

Storage: Settings → Privacy & Security → Cookies and Site Data

Known issues: Enhanced Tracking Protection may affect some features. Try disabling it for zippyedit.com if you have issues.

Safari Apple Safari

Site permissions: Safari → Settings for This Website

Storage: Safari → Preferences → Privacy

Known issues: Safari's Intelligent Tracking Prevention may clear IndexedDB data after 7 days of non-use. Use the site regularly to maintain persistence.

Privacy Extensions

Ad Blockers & Privacy Tools

Extensions like uBlock Origin, Privacy Badger, or NoScript may block features. If Zippy Edit isn't working correctly:

Note: Even with extensions disabled, Zippy Edit never uploads your files. All processing remains local.

Incognito/Private Mode

Private browsing works for basic editing, but:

Use regular browsing mode if you want to keep your inventory.

Still Having Issues?

Get Help

If you're still experiencing problems after trying the above solutions:

Back to Zippy Edit