Skip to content

Releases: claustromaniac/poop

Privacy-Oriented Origin Policy

24 Jan 19:43
a1096d1
Compare
Choose a tag to compare
  • Fixed an issue with the relaxed mode that was causing it to ignore more requests than it was meant to.
  • Flipped the default state of the option to exclude root domain matches to enabled.

1.4.1

22 Jan 19:57
4b0aa5b
Compare
Choose a tag to compare

Partially addresses a non-critical vulnerability: requests to loopback/private addresses should be ignored. See #21

Privacy-Oriented Origin Policy

22 Jan 07:50
13f0526
Compare
Choose a tag to compare
Pre-release
1.4.1b2

Update manifest.json

Privacy-Oriented Origin Policy

22 Jan 03:55
c0273c8
Compare
Choose a tag to compare
Pre-release
1.4.1b

Fixes a non-critical vulnerability: requests to loopback/private addresses should be ignored. See #21

Privacy-Oriented Origin Policy

19 Jan 19:54
d88751c
Compare
Choose a tag to compare
  • more console info (see #20)
  • updated public suffixes for the Exclude root domain matches option, and improved the getRoot function.
  • various minor optimizations.

Privacy-Oriented Origin Policy

17 Jan 22:52
c225a02
Compare
Choose a tag to compare
Pre-release
  • more console info (see #20)
  • updated public suffixes for the Exclude root domain matches option, and improved the getRoot function.
  • various minor optimizations.

Privacy-Oriented Origin Policy

27 Dec 01:33
4d73da9
Compare
Choose a tag to compare
  • fixed non-preflight requests using the OPTIONS method not being ignored

Privacy-Oriented Origin Policy

27 Dec 01:21
d720a1a
Compare
Choose a tag to compare
  • fixed the debug message of the referer spoofing feature
  • OPTIONS requests are processed just like GET requests now when Access-Control-Request-Method: GET

Privacy-Oriented Origin Policy

26 Dec 19:41
7025abd
Compare
Choose a tag to compare
Pre-release

Note: jumped straight to release 1.3.0b2 because Mozilla was returning a 404 every time I tried to download the signed XPI for 1.3.0b.

  • fixed the debug message of the referer spoofing feature
  • OPTIONS requests are processed just like GET requests now when Access-Control-Request-Method: GET

Privacy-Oriented Origin Policy

25 Dec 20:32
9d53355
Compare
Choose a tag to compare
  • minor bugfix: the cross-origin Referer spoofing feature was not sending the full URL, which is not ideal because it doesn't match the behavior of network.http.referer.spoofSource, and raises entropy unnecessarily.