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

Replace http URLs by relative URLs #227

Open
duncanpeacock opened this issue Dec 1, 2020 · 0 comments
Open

Replace http URLs by relative URLs #227

duncanpeacock opened this issue Dec 1, 2020 · 0 comments
Labels
invalid This doesn't seem right

Comments

@duncanpeacock
Copy link
Contributor

This is a follow on from issue #226 and relates to new security rules built into the latest version of Chrome.

In the Fragalysis Backend, all formatted URLS that have http in them should be changed to relative URLs.
These will likely affect models that that Filefields in them (it's default the serialization behaviour for these) - for example, the ones ending in /media/target/xxxx.zip and /media/target/metadata.csv.

Note that this change should be coordinated with the frontend as some URLs from the backend are modified in transit. We don't want to break these.

@duncanpeacock duncanpeacock added the invalid This doesn't seem right label Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant