mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #837] Bug: the port number is omitted from [Add to ArchiveBox] link at [Add new URLs to your archive] page footer #3541
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#3541
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @linxiang-dev on GitHub (Aug 27, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/837
Describe the bug
If the site serviced in
https://somedomain.com:20443The footer Add to ArchiveBox link at the page
https://somedomain.com:20443/addwill bejavascript:void(window.open('http://somedomain.com/add/?url='+document.location.href));at this moment.The working link should be
javascript:void(window.open('http://somedomain.com:20443/add/?url='+document.location.href));.Steps to reproduce
https://somedomain.com:20443/public, the port can be any custom port instead of 443javascript:void(window.open('http://somedomain.com/add/?url='+document.location.href));which not work since the site is served on another portScreenshots or log output
ArchiveBox version
@GlassedSilver commented on GitHub (Sep 20, 2021):
Is this fixed? I can't reproduce that bug.
@pirate commented on GitHub (Sep 21, 2021):
I can't reproduce it either actually. I didn't fix anything related to it, I'll leave it open for a while to see if anyone else reports it.
@pirate commented on GitHub (Jan 19, 2024):
Closing as stale, this link was removed entirely as users should now use the chrome extension instead of a JS bookmark. https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj