| Package | Description |
|---|---|
| com.shapesecurity.salvation.data | |
| com.shapesecurity.salvation.directives | |
| com.shapesecurity.salvation.directiveValues | |
| com.shapesecurity.salvation.interfaces |
| Modifier and Type | Method and Description |
|---|---|
static URI |
URI.parse(String uri) |
static URI |
URI.parseWithOrigin(Origin origin,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Policy.allowsChildFromSource(URI source) |
boolean |
Policy.allowsConnectTo(URI source) |
boolean |
Policy.allowsFontFromSource(URI source) |
boolean |
Policy.allowsFormAction(URI destination) |
boolean |
Policy.allowsFrameAncestor(URI source) |
boolean |
Policy.allowsFrameFromSource(URI source) |
boolean |
Policy.allowsImgFromSource(URI source) |
boolean |
Policy.allowsManifestFromSource(URI source) |
boolean |
Policy.allowsMediaFromSource(URI source) |
boolean |
Policy.allowsNavigation(URI destination) |
boolean |
Policy.allowsObjectFromSource(URI source) |
boolean |
Policy.allowsPrefetchFromSource(URI source) |
boolean |
Policy.allowsScriptFromSource(URI source) |
boolean |
Policy.allowsStyleFromSource(URI source) |
boolean |
Policy.allowsWorkerFromSource(URI source) |
| Modifier and Type | Method and Description |
|---|---|
Directive<URI> |
ReportUriDirective.construct(Set<URI> newValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SourceListDirective.matchesSource(Origin origin,
URI resource) |
| Modifier and Type | Method and Description |
|---|---|
Directive<URI> |
ReportUriDirective.construct(Set<URI> newValues) |
| Constructor and Description |
|---|
ReportUriDirective(Set<URI> uris) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HostSource.matchesSource(Origin origin,
URI resource) |
boolean |
KeywordSource.matchesSource(Origin origin,
URI resource) |
boolean |
SchemeSource.matchesSource(Origin origin,
URI resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MatchesSource.matchesSource(Origin origin,
URI resource) |
Copyright © 2019. All rights reserved.