Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let the user disable schema url redirects if enabled #501

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

ludovicm67
Copy link
Member

If enableSchemaUrlRedirect configuration option is set to true, the plugin is performing a redirect if the URI contains a schema:URL predicate pointing to a resource of type xsd:anyURI (already in place).

The user can now disable this behavior by either:

  • setting the disableSchemaUrlRedirect query parameter to true
  • setting the x-disable-schema-url-redirect header to true

Copy link

changeset-bot bot commented Sep 16, 2024

🦋 Changeset detected

Latest commit: 972e454

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@zazuko/trifid-entity-renderer Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.70%. Comparing base (ea53ac9) to head (972e454).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #501   +/-   ##
=======================================
  Coverage   69.70%   69.70%           
=======================================
  Files          53       53           
  Lines        3331     3331           
=======================================
  Hits         2322     2322           
  Misses       1009     1009           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ludovicm67 ludovicm67 merged commit da26557 into main Sep 16, 2024
7 checks passed
@ludovicm67 ludovicm67 deleted the disable-schema-url branch September 16, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant