Remix.run Logo
collabs 3 hours ago

I love the idea. One small thing - Ran into a problem almost immediately

--

Nightly Can’t Open This Page

To protect your security, drkhsh.at will not allow Nightly to display the page if another site has embedded it. To see this page, you need to open it in a new window.

susam 3 hours ago | parent | next [-]

The drkhsh.at website does not allow itself to be embedded in another website:

  $ curl -sSI https://drkhsh.at/ | grep -i frame
  x-frame-options: SAMEORIGIN
The problem appears to be that someone in the community added this website to their console even though it wouldn't load successfully.

See also a similar discussion here: https://codeberg.org/susam/wander/issues/3

There is also a note in the project README requesting console owners to be mindful of this while adding links: https://codeberg.org/susam/wander#caution

neuroelectron 3 hours ago | parent | prev [-]

My problem is I didn't understand what this was, refreshed the page and lost what i was reading to the ether.

susam 3 hours ago | parent [-]

If you are on a computer, you might be able to see the previous links that were loaded in your web browser's Developer Tools > Console. The Wander console tool writes logs there to describe what it is doing internally.