diff options
| author | Christian Cleberg <[email protected]> | 2026-08-07 18:34:59 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-07 18:45:03 -0500 |
| commit | ee9fc6db38dbbee7418f8a3be2ce25eaa76f90ec (patch) | |
| tree | e89f137e9814106ba54f7c5735773e9bfa2f3b60 /static/doc.go | |
| parent | ddb8aa297962379fa7731032140221ba35f84b50 (diff) | |
| download | skunky-art-ee9fc6db38dbbee7418f8a3be2ce25eaa76f90ec.tar.gz skunky-art-ee9fc6db38dbbee7418f8a3be2ce25eaa76f90ec.tar.bz2 skunky-art-ee9fc6db38dbbee7418f8a3be2ce25eaa76f90ec.zip | |
fix: add blur op for mature deviations with blur-constrained tokens
Mature deviations are signed with a watermark-service token whose obj
carries a "blur": ">=N" constraint. The composed wixmp /v1/fit
transform had no blur operation, so wixmp rejected it with 403, which
the proxy passed through as a broken image.
buildMediaURL now decodes the token and, when it demands a blur, appends
a matching blur_N op to the transform (e.g. w_1280,h_1920,blur_10).
Unconstrained media and tokens that don't parse are left untouched, so
only media that requires it is affected.
Closes #14
Diffstat (limited to 'static/doc.go')
0 files changed, 0 insertions, 0 deletions
