SourceScheme : string implements SourceInterface
Representation of Content-Security-Policy source schemes see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#sources
Table of Contents
Interfaces
Cases
- blob = 'blob'
- data = 'data'
- filesystem = 'filesystem'
- http = 'http'
- https = 'https'
- mediastream = 'mediastream'
- ws = 'ws'
- wss = 'wss'