Skip to content

fix(core): treat iframe credentialless as security-sensitive#69202

Open
SkyZeroZx wants to merge 1 commit into
angular:mainfrom
SkyZeroZx:fix/iframe-credentialess
Open

fix(core): treat iframe credentialless as security-sensitive#69202
SkyZeroZx wants to merge 1 commit into
angular:mainfrom
SkyZeroZx:fix/iframe-credentialess

Conversation

@SkyZeroZx
Copy link
Copy Markdown
Contributor

@SkyZeroZx SkyZeroZx commented Jun 5, 2026

Mark the iframe credentialless attribute as security-sensitive so dynamic
bindings are handled consistently with other iframe attributes that affect the
initial navigation, such as sandbox, allow, referrerPolicy, csp, and
fetchPriority.

Because credentialless must be present before the iframe starts loading to
affect the navigation’s credential mode, late dynamic updates can leave the final
DOM looking correct while the initial request was not loaded credentiallessly.

@SkyZeroZx SkyZeroZx changed the title fix(core): Adds credentialless iframe attribute to security schema fix(core): treat iframe credentialless as security-sensitive Jun 5, 2026
@angular-robot angular-robot Bot added the area: core Issues related to the framework runtime label Jun 5, 2026
@ngbot ngbot Bot added this to the Backlog milestone Jun 5, 2026
Mark the iframe `credentialless` attribute as security-sensitive so dynamic
bindings are handled consistently with other iframe attributes that affect the
initial navigation, such as `sandbox`, `allow`, `referrerPolicy`, `csp`, and
`fetchPriority`.

Because `credentialless` must be present before the iframe starts loading to
affect the navigation’s credential mode, late dynamic updates can leave the final
DOM looking correct while the initial request was not loaded credentiallessly.
@SkyZeroZx SkyZeroZx force-pushed the fix/iframe-credentialess branch from 332d014 to 76b7d6c Compare June 5, 2026 23:42
@SkyZeroZx SkyZeroZx marked this pull request as ready for review June 5, 2026 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: core Issues related to the framework runtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant