impress/lib
Emi Matchu c48b2b14aa Add workarounds for new Neopets.com security rules
Neopets.com recently added some new security rules that, if not
satisfied, cause the request to return 403 Forbidden.

We figured these out through trial and error, and added them to the
`DTIRequests` library, so they would apply to all requests we make.

We also updated our AMFPHP library to use `DTIRequests` as well, as an
easy way to get the same security rules to apply to those requests.

This change was motivated by pet loading being down for the past day or
so, because all pet loading requests were returning 403 Forbidden! Now,
we've fixed it, hooray!
2025-03-29 14:14:46 -07:00
..
rocketamf_extensions Add workarounds for new Neopets.com security rules 2025-03-29 14:14:46 -07:00
serializers Use Rails serialize method to save/load cached fields in Item 2024-10-02 17:50:42 -07:00
tasks Add configurable full name field to alt styles 2025-02-15 21:52:47 -08:00
dti_requests.rb Add workarounds for new Neopets.com security rules 2025-03-29 14:14:46 -07:00
pretty_param.rb Move some model mixins to lib/ 2023-12-05 14:55:31 -08:00