Feature #23
also implement support for whitelisting of non-https urls
Status:
Closed
Priority:
High
Assignee:
-
Start date:
07/01/2021
Due date:
% Done:
100%
Estimated time:
Description
The method of policy smuggling through URL is already defined. What is needed is to perform a reload to a URL containing the injected policy when a URL without it gets opened. For http(s) urls the WebRequest API makes this unnecessary.
History
Updated by koszko about 2 years ago
- % Done changed from 0 to 80
 
Support for the file:// protocol is now on the koszko-smuggle-policy branch. I re-used the temporarily-unused approach of smuggling policy in the URL. What remains is support for ftp:// on wrowsers that still support it
Updated by koszko about 2 years ago
- % Done changed from 80 to 90
 
ftp:// is now also ready and pushed to this temporary branch. Changes will be merged together with completed Feature #15
Updated by koszko about 2 years ago
- % Done changed from 90 to 100
 - Status changed from Resolved to Closed
 
Merged to master