Releases: claustromaniac/poop
Releases · claustromaniac/poop
Privacy-Oriented Origin Policy
- trivial cosmetic changes
- reworded the
Type filters
section of the options page - updated list of public suffixes
Privacy-Oriented Origin Policy
1.1.0 increment version
Privacy-Oriented Origin Policy
- fixed a pretty important issue related to the popup. It was showing the wrong hostname whenever there were iframes, and overrides created from the popup applied to that hostname.
- fixed two cosmetic issues with the popup:
- the color of the counters (green/red) was being applied only on refresh.
- the elements inside the fieldsets did not align vertically in a reliable way
- added a button to open the options page from the popup
Privacy-Oriented Origin Policy
- The original algorithm was extremely minimalist. The extension now has two broad modes of operation: aggressive and relaxed. Both modes should be safe, but the aggressive mode is less tolerant and therefore expected to break website functionality. The relaxed mode is an improved version of what the extension was already doing in v0.3.0.
- Added UI elements:
- a toolbar icon with a popup that displays the count of altered and failed requests in the relevant tab. It also has controls for toggling the main functionality of the extension on and off, and controls for overriding the global mode of operation on a per-site basis, or fully whitelist websites.
- an options page, pretty self-explanatory.
- Updated documentation.
Privacy-Oriented Origin Policy
‼️ IMPORTANT ‼️
Be sure to backup your overrides before upgrading from 1.0.0b2
, because you will lose them.
- added exclusions by hostname (comparing origin to target)
- the state of the
<detail>
elements in the options menu is now remembered - fixed a harmless issue with the option to spoof referers
- fixed the
onBeforeRedirect
callback - fixed an issue when creating the first override from the popup
- reworded some stuff again
- updated the list of public suffixes
Privacy-Oriented Origin Policy
‼️ IMPORTANT ‼️
Be sure to backup your overrides before upgrading from 1.0.0b2
, because you will lose them.
- fixes the
Referer
spoofing feature added in1.0.0b3
. See the full changelog for1.0.0b3
here - bumped the
strict_min_version
manifest entry to 57
I really need to sleep.
Privacy-Oriented Origin Policy
‼️ IMPORTANT ‼️
Be sure to backup your overrides before upgrading from 1.0.0b2
, because you will lose them.
- fixes the root domain comparison feature added in
1.0.0b3
. See the full changelog for1.0.0b3
here
Privacy-Oriented Origin Policy
‼️ IMPORTANT ‼️
Be sure to backup your overrides before upgrading from 1.0.0b2
, because you will lose them.
- fixed the radio buttons that I broke in
1.0.0b3
. See the full changelog for1.0.0b3
here
Privacy-Oriented Origin Policy
‼️ IMPORTANT ‼️
Be sure to backup your overrides before upgrading from 1.0.0b2
, because you will lose them.
- overrides now accept wildcards and regular expressions. Closes #4
- moved some console messages to the debug channel, and added some new messages
- fixed the master switch (which I broke in
1.0.0b2
) - the badge will now say
off
when the master switch is off, unless the count of requests is> 0
- using the proper API for deconstructing URLs
- fixed some minor issues with the popup
- relaxed mode now also skips requests that include the username and/or password segments of the URL
- added an option to exclude requests when their root domains match the root domain of the document
- added an option to spoof
Referer
headers in cross-origin requests - reworded some stuff
- restyled the UI elements a bit, especially in the options page
- some optimizations
Privacy-Oriented Origin Policy
- got rid of the sync storage area stuff because it has limited capacity
- greatly improved the popup in terms of reliability, efficiency and responsiveness
- overhauled the options menu
- added strict filters for removing origins from these types of requests:
imageset
object
object_subrequest
(plugin)websocket
other