Skip to content

Commit

Permalink
detect-link-type: more binary urls
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer committed Oct 3, 2023
1 parent ec76f0c commit 9a79bbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/mdn/process-url/detect-link-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ const forceBinarySuffix = [
'/Web/API/HTMLImageElement/src/grapefruit-slice-332-332.jpg',
'/Web/API/HTMLMediaElement/textTracks/sample.mp4',
'/Web/API/HTMLMediaElement/textTracks/sample.ogv',
'/SVG/Attribute/begin/begin-3-event.svg',
'/SVG/Attribute/begin/begin-4-repeat.svg',
'/SVG/Attribute/begin/begin-1-offset.svg',
'/SVG/Attribute/begin/begin-2-syncbase.svg',
'/SVG/Attribute/begin/begin-5-accesskey.svg',
'/Learn/Forms/Styling_web_forms/background.jpg',
];

export const detectLinkType = (
Expand Down

0 comments on commit 9a79bbd

Please sign in to comment.