Skip to content

Add site-agnostic pob://code/ scheme for inline build imports #9814

@AiSatan

Description

@AiSatan

Check for duplicates

  • I've checked for duplicate open and closed issues by using the search function of the issue tracker

What platform are you running Path of Building on?

Linux - Rusty PoB

Is your feature request related to a problem?

Every pob:// route today requires the build to live on a third-party paste site (pobb.in, maxroll, etc). Tools and scripts that already hold a build code locally have to upload it before they can offer a one-click "Open in PoB" link, which adds an external dependency, an HTTP roundtrip, and it seems unfair to me in general.

Describe the solution you'd like

Add a site-agnostic pob://code/<base64url-code> route. The path segment IS the build code — PoB skips the HTTP fetch and decodes it directly via the existing Inflate/base64 path in Main.lua.

It looks like this on the target website:

Image

Describe alternatives you've considered

No response

Additional context

I have a patch + tests ready in the PR #9815

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature, calculation, or mod

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions