Skip to content

Releases: claustromaniac/poop

Privacy-Oriented Origin Policy

24 Dec 16:25
2330c74
Compare
Choose a tag to compare
  • trivial cosmetic changes
  • reworded the Type filters section of the options page
  • updated list of public suffixes

Privacy-Oriented Origin Policy

24 Dec 16:23
125cf59
Compare
Choose a tag to compare
1.1.0

increment version

Privacy-Oriented Origin Policy

21 Dec 23:46
811c3a7
Compare
Choose a tag to compare
Pre-release
  • 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

20 Dec 21:19
3b885b9
Compare
Choose a tag to compare
  • 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

19 Dec 04:01
cf8e26f
Compare
Choose a tag to compare
Pre-release

‼️ 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

14 Dec 23:05
b251d73
Compare
Choose a tag to compare
Pre-release

‼️ IMPORTANT ‼️

Be sure to backup your overrides before upgrading from 1.0.0b2, because you will lose them.

  • fixes the Referer spoofing feature added in 1.0.0b3. See the full changelog for 1.0.0b3 here
  • bumped the strict_min_version manifest entry to 57

I really need to sleep.

Privacy-Oriented Origin Policy

14 Dec 21:20
ca6c728
Compare
Choose a tag to compare
Pre-release

‼️ 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 for 1.0.0b3 here

Privacy-Oriented Origin Policy

14 Dec 20:12
5f85584
Compare
Choose a tag to compare
Pre-release

‼️ 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 for 1.0.0b3 here

Privacy-Oriented Origin Policy

14 Dec 18:50
9211951
Compare
Choose a tag to compare
Pre-release

‼️ 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

07 Dec 22:36
faaea2a
Compare
Choose a tag to compare
Pre-release
  • 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