⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246287 in webkit


Ignore:
Timestamp:
Jun 10, 2019, 3:36:24 PM (7 years ago)
Author:
dbates@webkit.org
Message:

[CSP] Blob URLs should inherit their CSP policy
https://bugs.webkit.org/show_bug.cgi?id=198579
<rdar://problem/51366878>

Reviewed by Brent Fulgham.

Actually add the tests that I inadvertently omitted from r246277.

  • http/tests/security/contentSecurityPolicy/navigate-self-to-blob-expected.txt: Added.
  • http/tests/security/contentSecurityPolicy/navigate-self-to-blob.html: Added.
  • http/tests/security/contentSecurityPolicy/navigate-self-to-data-url-expected.txt: Added.
  • http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r246285 r246287  
     12019-06-10  Daniel Bates  <dabates@apple.com>
     2
     3        [CSP] Blob URLs should inherit their CSP policy
     4        https://bugs.webkit.org/show_bug.cgi?id=198579
     5        <rdar://problem/51366878>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Actually add the tests that I inadvertently omitted from r246277.
     10
     11        * http/tests/security/contentSecurityPolicy/navigate-self-to-blob-expected.txt: Added.
     12        * http/tests/security/contentSecurityPolicy/navigate-self-to-blob.html: Added.
     13        * http/tests/security/contentSecurityPolicy/navigate-self-to-data-url-expected.txt: Added.
     14        * http/tests/security/contentSecurityPolicy/navigate-self-to-data-url.html: Added.
     15
    1162019-06-10  Sam Weinig  <weinig@apple.com>
    217
Note: See TracChangeset for help on using the changeset viewer.