More relaxing of cookie-setting rules
* Allow non-secure page to set (but not read) secure cookies * Allow pages to set cookies for subdomains (but not access them)
This commit is contained in:
@@ -87,6 +87,7 @@ private:
|
||||
BString _DefaultPathForUrl(const BUrl& url);
|
||||
|
||||
bool _CanBeSetFromUrl(const BUrl& url) const;
|
||||
bool _CanBeSetFromDomain(const BString& path) const;
|
||||
bool _CanBeSetFromPath(const BString& path) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user