tahoe-lafs/src/allmydata/test
Jean-Paul Calderone bfedd79633
Merge pull request #487 from tahoe-lafs/1455.x-frame-options.2
Set `X-Frame-Options: DENY` for all web status pages.

This prevents attackers from loading web status pages in a frame as a way to trick users into interactions which attackers are restricted from performing unaided.
2018-05-28 08:12:35 -04:00
..
cli cli.test_alias: move skip-unless utility to common_util.py 2018-03-28 15:30:24 -07:00
mutable factor out "Tub maker" 2016-08-27 17:36:55 -07:00
web Add a unit test for X-Frame-Options being set 2018-04-13 12:56:50 -04:00
__init__.py Switch to TAHOE_LAFS prefix 2018-04-03 14:07:12 -04:00
bench_dirnode.py use @implementer instead of implements 2017-02-27 11:01:30 -07:00
check_grid.py remove interpreter shbang lines from non-executables 2011-10-14 10:23:01 -07:00
check_load.py simplejson -> json 2017-02-23 15:21:36 -07:00
check_memory.py Teach tub to start synchronously even with ip autodetect 2016-04-26 21:54:45 -07:00
check_speed.py remove interpreter shbang lines from non-executables 2011-10-14 10:23:01 -07:00
common_util.py cli.test_alias: move skip-unless utility to common_util.py 2018-03-28 15:30:24 -07:00
common_web.py test_web: remove HTTPClientGETFactory 2017-07-27 16:31:44 -07:00
common.py test_web test_bad_method: remove a client.getPage 2017-07-27 16:31:44 -07:00
no_network.py Pull "config" handling out of Node and hide node-derivitives 2017-11-20 12:57:20 -07:00
test_auth.py Change uses of os.path.expanduser and os.path.abspath. refs #2235 2015-01-30 00:50:18 +00:00
test_backupdb.py test_backupdb: tolerate newer sqlite-3.20.0 error messages 2017-08-10 10:21:39 -07:00
test_base62.py remove interpreter shbang lines from non-executables 2011-10-14 10:23:01 -07:00
test_checker.py Various cleanups, fixes and improvements 2017-06-05 16:31:41 -06:00
test_client.py reduce fragility of tests .. maybe? 2018-04-23 11:41:36 -04:00
test_codec.py download: refactor handling of URI Extension Block and crypttext hash tree, simplify things 2008-12-05 08:17:54 -07:00
test_configutil.py keeps defaults in CreateClientOptions but makes shares-* required? 2016-12-13 19:50:19 -07:00
test_connections.py Pull "config" handling out of Node and hide node-derivitives 2017-11-20 12:57:20 -07:00
test_crawler.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_deepcheck.py test_deepcheck: replace t.w.client.getPage with treq 2017-07-12 17:10:46 -07:00
test_dirnode.py Pull "config" handling out of Node and hide node-derivitives 2017-11-20 12:57:20 -07:00
test_download.py Fix test test_lost_servers 2017-06-05 16:26:46 -06:00
test_encode.py use @implementer instead of implements 2017-02-27 11:01:30 -07:00
test_encodingutil.py consolidate skip_if_cannot_represent_filename() 2016-09-09 15:40:01 -07:00
test_filenode.py immutable/literal.py: Implement interface changes in literal nodes. 2011-08-01 19:08:14 -07:00
test_ftp.py tests: use oneshare=True on more test cases 2016-08-03 19:11:01 -04:00
test_happiness.py this is still needed 2018-04-03 13:59:35 -04:00
test_hashtree.py hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900. 2010-01-14 14:15:29 -08:00
test_helper.py Add a multi-introducer implementation 2016-09-13 00:15:52 +00:00
test_hung_server.py Various cleanups, fixes and improvements 2017-06-05 16:31:41 -06:00
test_i2p_provider.py test_i2p_provider: exercise escaping of apiEndpoint attribute 2017-11-03 00:24:46 -07:00
test_immutable.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_import.py Don't show scary diagnostic warnings from --version[-and-path] (corrected). refs ticket:2436 2015-07-29 00:20:33 +01:00
test_introducer.py Pull "config" handling out of Node and hide node-derivitives 2017-11-20 12:57:20 -07:00
test_iputil.py Add Namespace utility class. (This is already used in the leasedb/cloud backend branch.) 2015-07-17 22:12:25 +01:00
test_json_metadata.py Eliminate mock dependency. 2015-07-17 22:12:25 +01:00
test_magic_folder.py Merge pull request #492 from exarkun/2879.magic-folder-create-and-umask.0 2018-05-07 09:49:39 -06:00
test_magicpath.py WIP. 2016-07-21 12:35:59 -07:00
test_multi_introducers.py Pull "config" handling out of Node and hide node-derivitives 2017-11-20 12:57:20 -07:00
test_netstring.py directories: keep track of your position as you decode netstring after netstring from an input buffer instead of copying the trailing part 2009-07-04 19:51:09 -07:00
test_no_network.py switch UploadResults to use get_uri(), hide internal ._uri 2012-05-21 21:14:44 -07:00
test_node.py only one module import per line 2018-03-02 16:45:11 +01:00
test_observer.py hush pyflakes-0.4.0 warnings: slightly less-trivial fixes. Closes #900. 2010-01-14 14:17:19 -08:00
test_repairer.py Fix test test_lost_servers 2017-06-05 16:26:46 -06:00
test_runner.py Pull "config" handling out of Node and hide node-derivitives 2017-11-20 12:57:20 -07:00
test_sftp.py tests: use oneshare=True on more test cases 2016-08-03 19:11:01 -04:00
test_stats.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00
test_storage_client.py fix unicode handling in server_id from YAML 2016-08-28 02:42:51 -07:00
test_storage.py simplejson -> json 2017-02-23 15:21:36 -07:00
test_system.py Pull "config" handling out of Node and hide node-derivitives 2017-11-20 12:57:20 -07:00
test_tor_provider.py tor_provider.get_listener(): return a real endpoint, instead of a descriptor 2017-11-03 00:24:46 -07:00
test_upload.py Pull "config" handling out of Node and hide node-derivitives 2017-11-20 12:57:20 -07:00
test_uri.py Fix a pyflakes import warning. 2013-07-18 20:54:19 +01:00
test_util.py redundant test code 2018-04-30 14:55:51 -06:00
test_version.py Rename distribution from allmydata-tahoe to tahoe-lafs. fixes ticket:2011 2016-03-25 19:16:01 +00:00