Skip to content

Conversation

@danhalson
Copy link
Contributor

  • Prevent access to the session across all scopes
  • Tighten localStorage access scope

@danhalson danhalson self-assigned this Nov 13, 2025
@danhalson danhalson temporarily deployed to previews/1275/merge November 13, 2025 10:40 — with GitHub Actions Inactive
@danhalson danhalson temporarily deployed to previews/1275/merge November 13, 2025 10:41 — with GitHub Actions Inactive
@danhalson danhalson temporarily deployed to previews/1275/merge November 17, 2025 08:22 — with GitHub Actions Inactive
set: () => undefined,
});
} catch (_) {
/* ignore if non-configurable */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this helpful or can it be dropped?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... or is there any value in raising something?

set: () => undefined,
});
} catch (_) {
/* ignore if non-configurable */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@danhalson danhalson merged commit 30efd38 into main Nov 17, 2025
8 checks passed
@danhalson danhalson deleted the danhalson/1004-prevent-session-access branch November 17, 2025 11:36
@patch0 patch0 mentioned this pull request Nov 17, 2025
patch0 added a commit that referenced this pull request Nov 17, 2025
### Added

- Font-family variables that can be used to customise the sans-serif and
monospace fonts used in the editor (#1264)
- Material symbols font to web component preview page since the Design
System depends on this (#1261)
- Ability for plugins to add buttons to the SidebarPanel header (#1270,
#1271, #1274)
- Prevent access to the session from within the editor (#1275)

### Changed

- Changed the horizontal scrollbar to show without needing to scroll to
the bottom of the editor window (#1257)
- Updated Design System react to v2.6.2 (#1261)
- Changed SidebarPanel to accept an array of buttons (#1270)
- Changed SidebarPanel to use an array of buttons as elements (#1271)
- Changed default-width and min-width on SidebarPanel (#1273)

### Fixed

- Styling design system components used in the web component (#1263)
- Sidebar panel overflow for plugins (#1266, #1269)
- Extra border around code output in the instructions panel (#1253)
- Line numbering alignment in code blocks in the instructions panel
(#1259)
- Extra lines added at the start of some code blocks (#1267)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants