Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 596871498
  • Loading branch information
ISE Hardening authored and copybara-github committed Jan 9, 2024
1 parent 0ec2447 commit 99df8cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/dom/elements/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const SAFE_URL_REL_VALUES = [
'help',
'icon',
'license',
'modulepreload',
'next',
'prefetch',
'dns-prefetch',
Expand Down
4 changes: 3 additions & 1 deletion test/restricted/legacy_test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// prettier-ignore
// clang-format off
import {legacyUnsafeHtml} from '../../src/restricted/legacy';

// clang-format on

describe('legacy conversions', () => {
it('safe HTML conversion with no options', () => {
expect(
Expand Down

0 comments on commit 99df8cd

Please sign in to comment.