I'm not sure if related but I'm also having issues with the favicon on my localhost site. Instead of showing the favicon for the current localhost site, it shows the favicon for an old unrelated localhost site.
Opening up the network inspector, it does fetch the favicon file - it's just not applied to the current tab
Would it be possible to hide/disable the 'Summarize Page' option that appears in the right-click context menu? I never use it IRL and it's position right at the bottom of the list, interferes with my quick access to the dev tools options (e.g. Inspect Element). thx
Oh perfect thank you
I love having a content blocker built into Orion, but for the very rare site like this UPS tracking URL:
https://www.ups.com/track?loc=en_US&tracknum=1ZE152Y40406897775&requester=WT
, Orion can't open the page because it's "blocked by a content blocker".So in this case I'd love the ability to be able to whitelist
ups.com
. ThanksI guess inside
settings -> privacy -> show filter lists
dialog winder there could be an field to add allowlist exceptions?- Edited
I can also reproduce this by attempting to click the footer buttons in the bottom left of my site (https://kinopio.club). These aren't
a href
links, they're buttons that do a thing with js when clickedInterestingly, opening the developer tools (e.g. by inspecting a page element) fixes it for that session. If you close the dev tools, bottom right footer clicks also still work in that session.