You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
While testing this safe-patter issue, I generated an XOR-URL, safe://hygducftyhxpnrtc3t8zoqdpn1tguyuitpabs8grgez1qqojphfqbqqauxb9o, for a 3.67MB mp4.
I'm unable to view it in browser, as already reported in safe_browser #489, however furthermore, I'm unable to use it as a src for a video tag at safe://xor.resources.
I see multiple -301: File not found errors.
Probably a simple enhancement to fetching behavior, where it's currently solely looking for an NFS file resource instead of a raw buffer from an ImmutableData.
Although NFS files are not expected to have been ciphered, as ImmutableData is, so that does add a little more complexity to fetching.
The text was updated successfully, but these errors were encountered:
@hunterlester I don't think this is a limitation in NFS file vs. XOR-URL/ImmD resource, we are already using XOR-URLs in src of image tags in Patter and WebID Mgr. app, so the problem is more related to this particular type of file.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While testing this safe-patter issue, I generated an XOR-URL,
safe://hygducftyhxpnrtc3t8zoqdpn1tguyuitpabs8grgez1qqojphfqbqqauxb9o
, for a 3.67MB mp4.I'm unable to view it in browser, as already reported in safe_browser #489, however furthermore, I'm unable to use it as a
src
for avideo
tag atsafe://xor.resources
.This
video
element will remain blank.I am able to, however, use an NFS file as a
src
and view the video atsafe://home.resources
, like so:I see multiple
-301: File not found
errors.Probably a simple enhancement to fetching behavior, where it's currently solely looking for an NFS file resource instead of a raw buffer from an ImmutableData.
Although NFS files are not expected to have been ciphered, as ImmutableData is, so that does add a little more complexity to fetching.
The text was updated successfully, but these errors were encountered: